diff src/blist.h @ 7035:feb3d21a7794

[gaim-migrate @ 7598] Standardized the UI op accessor functions in every file. They're now properly namespaced. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 23:39:02 +0000
parents d4b4229bcd21
children 9946001989a3
line wrap: on
line diff
--- a/src/blist.h	Mon Sep 29 22:56:15 2003 +0000
+++ b/src/blist.h	Mon Sep 29 23:39:02 2003 +0000
@@ -735,14 +735,14 @@
  *
  * @param ops The ops struct.
  */
-void gaim_set_blist_ui_ops(struct gaim_blist_ui_ops *ops);
+void gaim_blist_set_ui_ops(struct gaim_blist_ui_ops *ops);
 
 /**
  * Returns the UI operations structure to be used for the buddy list.
  *
  * @return The UI operations structure.
  */
-struct gaim_blist_ui_ops *gaim_get_blist_ui_ops(void);
+struct gaim_blist_ui_ops *gaim_blist_get_ui_ops(void);
 
 /*@}*/