NULL terminate strncpy destination string
[dockapps/wmnotify.git] / src / options.h
index 88026aa..e8335e8 100644 (file)
@@ -1,11 +1,14 @@
-/* options.h */
+/*
+ * options.h
+ *
+ * Copyright (C) 2003 Hugo Villeneuve <hugo@hugovil.com>
+ *
+ * This file is released under the GPLv2
+ */
 
 #ifndef OPTIONS_H
 #define OPTIONS_H 1
 
+void ParseCommandLineOptions(int argc, char *argv[]);
 
-void
-ParseCommandLineOptions( int argc, char *argv[] );
-
-
-#endif /* OPTIONS_H */
+#endif                         /* OPTIONS_H */