diff options
author | phintuka <phintuka> | 2008-11-13 23:48:00 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-13 23:48:00 +0000 |
commit | 0584be7a98dfce85405e3ec20019c109e3e86a54 (patch) | |
tree | 65df80bc7b4fa9cd420762c6237026e7c88849bd | |
parent | 8456eb53ed890984527b6e0c6cfc09bf1391db6d (diff) | |
download | xineliboutput-0584be7a98dfce85405e3ec20019c109e3e86a54.tar.gz xineliboutput-0584be7a98dfce85405e3ec20019c109e3e86a54.tar.bz2 |
Removed process_xine_keypress() proto
Added init_fe() proto
-rw-r--r-- | xine_frontend_internal.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/xine_frontend_internal.h b/xine_frontend_internal.h index 3b0a395a..3757bf1c 100644 --- a/xine_frontend_internal.h +++ b/xine_frontend_internal.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend_internal.h,v 1.2 2008-11-13 21:04:03 phintuka Exp $ + * $Id: xine_frontend_internal.h,v 1.3 2008-11-13 23:48:00 phintuka Exp $ * */ @@ -70,10 +70,8 @@ typedef struct fe_s { } fe_t; - -void process_xine_keypress(fe_t *this, - const char *map, const char *key, - int repeat, int release); +/* setup function pointers */ +void init_fe(fe_t *fe); char *strn0cpy(char *dest, const char *src, int n); |