mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 11:10:18 +00:00
Fix strict prototype warnings
This commit is contained in:
@@ -69,7 +69,7 @@ extern const gchar* arbitrary_encoding_fallback_string;
|
||||
void sound_play (const char *file, gboolean quiet);
|
||||
void sound_play_event (int i);
|
||||
void sound_beep (session *);
|
||||
void sound_load ();
|
||||
void sound_save ();
|
||||
void sound_load (void);
|
||||
void sound_save (void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user