diff libpurple/internal.h @ 16629:250623ba4218

The GNOME coding guidelines recommend prefixing internal symbols with an underscore.
author Richard Laager <rlaager@wiktel.com>
date Sun, 29 Apr 2007 07:03:50 +0000
parents 1d1ddf972ac8
children a00cf76108c6 7c0a2ef88018
line wrap: on
line diff
--- a/libpurple/internal.h	Sun Apr 29 07:03:26 2007 +0000
+++ b/libpurple/internal.h	Sun Apr 29 07:03:50 2007 +0000
@@ -187,17 +187,17 @@
 /* This is for the accounts code to notify the buddy icon code that
  * it's done loading.  We may want to replace this with a signal. */
 void
-purple_buddy_icons_account_loaded_cb(void);
+_purple_buddy_icons_account_loaded_cb(void);
 
 /* This is for the buddy list to notify the buddy icon code that
  * it's done loading.  We may want to replace this with a signal. */
 void
-purple_buddy_icons_blist_loaded_cb(void);
+_purple_buddy_icons_blist_loaded_cb(void);
 
 /* This is for the purple_core_migrate() code to tell the buddy
  * icon subsystem about the old icons directory so it can
  * migrate any icons in use. */
 void
-purple_buddy_icon_set_old_icons_dir(const char *dirname);
+_purple_buddy_icon_set_old_icons_dir(const char *dirname);
 
 #endif /* _PURPLE_INTERNAL_H_ */