aboutsummaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-10 16:22:05 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-10 16:22:05 +0000
commit2bf490e772921d34d70c96dd138bc1b899894451 (patch)
treef4da2de54baa5acc0c99c24c8139507667ea1833 /action.h
parenta0bd8877f3819aaf8221376a16a018d0cbd19033 (diff)
downloaddzen-2bf490e772921d34d70c96dd138bc1b899894451.tar.gz
dzen-2bf490e772921d34d70c96dd138bc1b899894451.zip
new clean_up code
fixed selected line bug in menu mode git-svn-id: http://dzen.googlecode.com/svn/trunk@16 f2baff5b-bf2c-0410-a398-912abdc3d8b2
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 **);