diff src/core.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 0f78db521e70
children 25a616f16b6c
line wrap: on
line diff
--- a/src/core.h	Mon Sep 29 22:56:15 2003 +0000
+++ b/src/core.h	Mon Sep 29 23:39:02 2003 +0000
@@ -92,14 +92,14 @@
  *
  * @param A UI ops structure for the core.
  */
-void gaim_set_core_ui_ops(GaimCoreUiOps *ops);
+void gaim_core_set_ui_ops(GaimCoreUiOps *ops);
 
 /**
  * Returns the UI ops for the core.
  *
  * @return The core's UI ops structure.
  */
-GaimCoreUiOps *gaim_get_core_ui_ops(void);
+GaimCoreUiOps *gaim_core_get_ui_ops(void);
 
 #ifdef __cplusplus
 }