From 7da191e7673d26b2b1573546a81a2594b0a57774 Mon Sep 17 00:00:00 2001 From: gotmor Date: Wed, 13 Jun 2007 15:21:11 +0000 Subject: fixes to compile cleanly with -Wall and -DPOSIX_SOURCE changed config.mk, there were problems with solaris git-svn-id: http://dzen.googlecode.com/svn/trunk@87 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- action.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'action.h') diff --git a/action.h b/action.h index bb49a77..9ec1752 100644 --- a/action.h +++ b/action.h @@ -53,7 +53,8 @@ void do_action(long); int get_ev_id(char *); void * get_action_handler(char *); void fill_ev_table(char *); -void free_ev_table(void); +void free_event_list(void); +int find_event(long); /* action handlers */ int a_print(char **); -- cgit v1.2.3-54-g00ecf