obrisane nepotrebne datoteke od zadnjeg builda
[ossec-hids.git] / src / headers / help.h
old mode 100755 (executable)
new mode 100644 (file)
index 1312387..9aa23dd
@@ -1,21 +1,19 @@
-/* @(#) $Id: help.h,v 1.7 2009/06/24 17:06:26 dcid Exp $ */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 3) as published by the FSF - Free Software
+ * License (version 2) as published by the FSF - Free Software
  * 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
+