diff src/gtksound.c @ 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 b8bc8dd411cc
children 3973a09525b3
line wrap: on
line diff
--- a/src/gtksound.c	Mon Sep 29 22:56:15 2003 +0000
+++ b/src/gtksound.c	Mon Sep 29 23:39:02 2003 +0000
@@ -303,7 +303,8 @@
 	gaim_gtk_sound_play_event
 };
 
-GaimSoundUiOps *gaim_get_gtk_sound_ui_ops(void)
+GaimSoundUiOps *
+gaim_gtk_sound_get_ui_ops(void)
 {
 	return &sound_ui_ops;
 }