diff options
Diffstat (limited to 'src/common/text.h')
-rw-r--r-- | src/common/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/text.h b/src/common/text.h index 28fc0c0d..485b7ce8 100644 --- a/src/common/text.h +++ b/src/common/text.h @@ -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 |