aboutsummaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-13 15:21:11 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-13 15:21:11 +0000
commit7da191e7673d26b2b1573546a81a2594b0a57774 (patch)
treed32a0ef2e6949f4e7f9cb4ba5387aab8164ff79a /action.h
parent0fdc56aba62c8b68c7567375ea87e06a44fe8da4 (diff)
downloaddzen-7da191e7673d26b2b1573546a81a2594b0a57774.tar.gz
dzen-7da191e7673d26b2b1573546a81a2594b0a57774.zip
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
Diffstat (limited to 'action.h')
-rw-r--r--action.h3
1 files changed, 2 insertions, 1 deletions
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 **);