From fbc0b497567fecd2818f4a497843f62d1be6d70c Mon Sep 17 00:00:00 2001 From: erin_yueh Date: Thu, 10 Jan 2008 05:14:53 +0000 Subject: gsmd: eliminate gcc warnings (Erin Yueh) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3807 99fdad57-331a-0410-800a-d7fa5415bdb3 --- include/gsmd/gsmd.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/gsmd/gsmd.h') diff --git a/include/gsmd/gsmd.h b/include/gsmd/gsmd.h index de99238..ff63b58 100644 --- a/include/gsmd/gsmd.h +++ b/include/gsmd/gsmd.h @@ -4,6 +4,7 @@ #ifdef __GSMD__ #include +#include #include @@ -117,6 +118,8 @@ void __gsmd_log(int level, const char *file, int line, const char *function, con #define DEBUGP(x, args ...) gsmd_log(GSMD_DEBUG, x, ## args) extern int gsmd_simplecmd(struct gsmd *gsmd, char *cmdtxt); +extern int gsmd_initsettings(struct gsmd *gsmd); +extern int gsmd_alive_start(struct gsmd *gsmd); /*********************************************************************** * timer handling @@ -130,8 +133,7 @@ struct gsmd_timer { }; int gsmd_timer_init(void); -void gmsd_timer_check_n_run(void); - +void gsmd_timer_check_n_run(void); struct gsmd_timer *gsmd_timer_alloc(void); int gsmd_timer_register(struct gsmd_timer *timer); void gsmd_timer_unregister(struct gsmd_timer *timer); -- cgit v1.2.3