File diff r25941:1b35576e3e14 → r25942:fb8ed4e7ecae
src/debug.h
Show inline comments
 
@@ -119,7 +119,10 @@ const char *GetDebugString();
 

	
 
void ShowInfo(const char *str);
 
void CDECL ShowInfoF(const char *str, ...) WARN_FORMAT(1, 2);
 

	
 
const char *GetLogPrefix();
 

	
 
void DebugSendRemoteMessages();
 
void DebugReconsiderSendRemoteMessages();
 

	
 
#endif /* DEBUG_H */