diff src/connection.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 083d1e4a9c78
children b90c94620d1c
line wrap: on
line diff
--- a/src/connection.h	Mon Sep 29 22:56:15 2003 +0000
+++ b/src/connection.h	Mon Sep 29 23:39:02 2003 +0000
@@ -262,14 +262,14 @@
  *
  * @param ops The UI operations structure.
  */
-void gaim_set_connection_ui_ops(GaimConnectionUiOps *ops);
+void gaim_connections_set_ui_ops(GaimConnectionUiOps *ops);
 
 /**
  * Returns the UI operations structure used for connections.
  *
  * @return The UI operations structure in use.
  */
-GaimConnectionUiOps *gaim_get_connection_ui_ops(void);
+GaimConnectionUiOps *gaim_connections_get_ui_ops(void);
 
 /*@}*/