NULL terminate strncpy destination string
[dockapps/wmnotify.git] / src / configfile.h
index 595a3d4..b698368 100644 (file)
@@ -1,11 +1,14 @@
-/* configfile.h */
+/*
+ * configfile.h
+ *
+ * Copyright (C) 2003 Hugo Villeneuve <hugo@hugovil.com>
+ *
+ * This file is released under the GPLv2
+ */
 
 #ifndef CONFIGFILE_H
 #define CONFIGFILE_H 1
 
-
-void
-ConfigurationFileInit( void );
-
+void ConfigurationFileInit(void);
 
 #endif /* CONFIGFILE_H */