From 2bf490e772921d34d70c96dd138bc1b899894451 Mon Sep 17 00:00:00 2001 From: gotmor Date: Thu, 10 May 2007 16:22:05 +0000 Subject: 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 --- action.h | 1 + 1 file changed, 1 insertion(+) (limited to 'action.h') 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 **); -- cgit v1.2.3-54-g00ecf