diff libpurple/protocols/mxit/mxit.c @ 29009:c2bc5f8071a2

Avoid these two compile warnings by using more specific function signatures: mxit.c:128: warning: no previous prototype for ¡Æmxit_register_uri_handler¡Ç splashscreen.c:61: warning: no previous prototype for ¡Æsplash_popup_enabled¡Ç
author Mark Doliner <mark@kingant.net>
date Mon, 23 Nov 2009 07:57:49 +0000
parents 588fb0db1cd8
children 06fabb28bc69
line wrap: on
line diff
--- a/libpurple/protocols/mxit/mxit.c	Mon Nov 23 07:15:53 2009 +0000
+++ b/libpurple/protocols/mxit/mxit.c	Mon Nov 23 07:57:49 2009 +0000
@@ -125,7 +125,7 @@
 /*------------------------------------------------------------------------
  * Register MXit to receive URI click notifications from the UI
  */
-void mxit_register_uri_handler()
+void mxit_register_uri_handler(void)
 {
 	not_link_ref_count++;
 	if ( not_link_ref_count == 1 ) {