NULL terminate strncpy destination string
[dockapps/wmnotify.git] / src / sound.h
index cd5866c..8744997 100644 (file)
@@ -1,12 +1,14 @@
-/* sound.h */
-
+/*
+ * sound.h
+ *
+ * Copyright (C) 2003 Hugo Villeneuve <hugo@hugovil.com>
+ *
+ * This file is released under the GPLv2
+ */
 
 #ifndef SOUND_H
 #define SOUND_H 1
 
+void PlayAudioFile(char *filename, int volume);
 
-void
-PlayAudioFile( char *filename, int volume );
-
-
-#endif /* SOUND_H */
+#endif                         /* SOUND_H */