obrisane nepotrebne datoteke od zadnjeg builda
[ossec-hids.git] / src / headers / help.h
old mode 100755 (executable)
new mode 100644 (file)
index 19a4cd1..9aa23dd
@@ -1,5 +1,3 @@
-/* @(#) $Id$ */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
  *
@@ -9,13 +7,13 @@
  * Foundation
  */
 
-/* Help Function
- */
+/* Help Function */
 
 #ifndef __HELP_H
-
 #define __HELP_H
-void help(const char *);
-void print_version();
+
+void print_header(void);
+void print_version(void) __attribute__((noreturn));
 
 #endif
+