blob: 74d2695a15c736475c79ad5a1ec876d57610094c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- u_search.h.orig Tue Jul 26 09:40:00 2005
+++ u_search.h
@@ -20,9 +20,9 @@
Boolean in_text_bound(F_text *t, int x, int y, int *posn, Boolean extra);
-void init_searchproc_left(int (*handlerproc) (/* ??? */));
-void init_searchproc_middle(int (*handlerproc) (/* ??? */));
-void init_searchproc_right(int (*handlerproc) (/* ??? */));
+void init_searchproc_left(void (*handlerproc) (/* ??? */));
+void init_searchproc_middle(void (*handlerproc) (/* ??? */));
+void init_searchproc_right(void (*handlerproc) (/* ??? */));
void point_search_left(int x, int y, unsigned int shift);
void point_search_middle(int x, int y, unsigned int shift);
|