From 4d4d74c8cd1a77a46cbe0816cf6150f8b4980947 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 18 Mar 2014 22:32:52 +0000 Subject: move page search gui callbacks to their own operations table --- cocoa/SearchWindowController.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cocoa/SearchWindowController.h') diff --git a/cocoa/SearchWindowController.h b/cocoa/SearchWindowController.h index a1aac2e3f..896983b30 100644 --- a/cocoa/SearchWindowController.h +++ b/cocoa/SearchWindowController.h @@ -49,4 +49,6 @@ typedef enum { - (void) search: (SearchDirection)direction; +struct gui_search_table *cocoa_search_table; + @end -- cgit v1.2.3