mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[search] changed declaration of search_function
This commit is contained in:
parent
f7d0d5f77d
commit
af06f55353
@ -1981,7 +1981,7 @@ enum frame_event_status
|
||||
search_dlg(struct session *ses, struct document_view *doc_view, int direction)
|
||||
{
|
||||
char *title;
|
||||
void *search_function;
|
||||
void (*search_function)(struct session *, const char *);
|
||||
|
||||
assert(direction);
|
||||
if_assert_failed return FRAME_EVENT_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user