comparison libpurple/protocols/mxit/mxit.h @ 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 0fd6d016c474
children 86fec8bfe88c
comparison
equal deleted inserted replaced
29008:66c4fbe088d0 29009:c2bc5f8071a2
180 180
181 char* mxit_status_text( PurpleBuddy* buddy ); 181 char* mxit_status_text( PurpleBuddy* buddy );
182 void mxit_enable_signals( struct MXitSession* session ); 182 void mxit_enable_signals( struct MXitSession* session );
183 183
184 #ifdef MXIT_LINK_CLICK 184 #ifdef MXIT_LINK_CLICK
185 void mxit_register_uri_handler(); 185 void mxit_register_uri_handler(void);
186 #endif 186 #endif
187 187
188 188
189 #endif /* _MXIT_H_ */ 189 #endif /* _MXIT_H_ */
190 190