diff mcabber/mcabber/logprint.h @ 1780:e4378fbab5d7

Major API cleanup - bump API to 4 Get rid of old CamelCase names in screen.h
author Mikael Berthe <mikael@lilotux.net>
date Sun, 14 Mar 2010 12:09:08 +0100
parents 393c05fba337
children af3de54ef986
line wrap: on
line diff
--- a/mcabber/mcabber/logprint.h	Sun Mar 14 12:24:44 2010 +0200
+++ b/mcabber/mcabber/logprint.h	Sun Mar 14 12:09:08 2010 +0100
@@ -15,7 +15,7 @@
 void scr_print_logwindow(const char *string);
 void scr_LogPrint(unsigned int flag, const char *fmt, ...) G_GNUC_PRINTF (2, 3);
 
-void scr_DoUpdate(void);
+void scr_do_update(void);
 
 #endif /* __MCABBER_LOGPRINT_H__ */