loudmouth/lm-debug.h
changeset 348 48fdfa327cc7
parent 255 704881ac7788
child 515 fb0f1adfa271
equal deleted inserted replaced
347:92cbc1e51a44 348:48fdfa327cc7
    67   va_end (args);
    67   va_end (args);
    68 }
    68 }
    69 #  endif
    69 #  endif
    70 #endif
    70 #endif
    71 
    71 
    72 #if LM_NO_DEBUG
       
    73 #  define lm_debug_init() {};
       
    74 #else
       
    75 void lm_debug_init (void);
    72 void lm_debug_init (void);
    76 #endif
       
    77 
    73 
    78 #endif /* __LM_DEBUG_H__ */
    74 #endif /* __LM_DEBUG_H__ */
    79 
    75