fix warning about implicit declaration of log_debug()
This commit is contained in:
parent
b285350e36
commit
1338bd660b
1
yasnd.h
1
yasnd.h
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
// External functions
|
// External functions
|
||||||
extern void log_event(const char *message);
|
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 check_gammu_error(GSM_Error err);
|
||||||
extern bool gammu_init();
|
extern bool gammu_init();
|
||||||
extern bool gammu_send_sms(const char* message);
|
extern bool gammu_send_sms(const char* message);
|
||||||
|
Loading…
Reference in New Issue
Block a user