new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / headers / help.h
old mode 100755 (executable)
new mode 100644 (file)
index e6ad433..9aa23dd
@@ -1,6 +1,3 @@
-/* @(#) $Id: ./src/headers/help.h, 2011/09/08 dcid Exp $
- */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
  *
  * 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
+