aboutsummaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'action.h')
-rw-r--r--action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/action.h b/action.h
index 107b3cf..9085410 100644
--- a/action.h
+++ b/action.h
@@ -52,6 +52,7 @@ void do_action(int);
int get_ev_id(char *);
void * get_action_handler(char *);
void fill_ev_table(char *);
+void free_ev_table(void);
/* action handlers */
int a_exposetitle(char **);