From 1338bd660bd7758032900435bd1f9abc0d928d7a Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Wed, 14 Dec 2011 10:41:40 +0400 Subject: [PATCH] fix warning about implicit declaration of log_debug() --- yasnd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/yasnd.h b/yasnd.h index 14bced8..4a19990 100644 --- a/yasnd.h +++ b/yasnd.h @@ -11,6 +11,7 @@ // External functions extern void log_event(const char *message); +extern void log_debug(const char *message,int verbosity); extern bool check_gammu_error(GSM_Error err); extern bool gammu_init(); extern bool gammu_send_sms(const char* message);