7 #ifndef __gammu_debug_h     8 #define __gammu_debug_h 
GSM_Error GSM_SetDebugFunction(GSM_Log_Function info, void *data, GSM_Debug_Info *privdi)
 
struct _GSM_StateMachine GSM_StateMachine
 
GSM_Debug_Info * GSM_GetDI(GSM_StateMachine *s)
 
gboolean GSM_SetDebugCoding(const char *info, GSM_Debug_Info *privdi)
 
struct _GSM_Debug_Info GSM_Debug_Info
 
GSM_Error GSM_SetDebugFileDescriptor(FILE *fd, gboolean closable, GSM_Debug_Info *privdi)
 
#define PRINTF_STYLE(f, a)
 
void(* GSM_Log_Function)(const char *text, void *data)
 
gboolean GSM_SetDebugGlobal(gboolean info, GSM_Debug_Info *privdi)
 
void GSM_LogError(GSM_StateMachine *s, const char *message, const GSM_Error err)
 
GSM_Error GSM_SetDebugFile(const char *info, GSM_Debug_Info *privdi)
 
GSM_Debug_Info * GSM_GetGlobalDebug(void)
 
gboolean GSM_SetDebugLevel(const char *info, GSM_Debug_Info *privdi)
 
int smprintf(GSM_StateMachine *s, const char *format,...)
 
GSM_Debug_Info * GSM_GetDebug(GSM_StateMachine *s)