obrisane nepotrebne datoteke od zadnjeg builda
[ossec-hids.git] / src / agentlessd / agentlessd.h
old mode 100755 (executable)
new mode 100644 (file)
index 7fd6f2e..7cebfa2
@@ -1,5 +1,3 @@
-/* @(#) $Id$ */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
  *
@@ -9,24 +7,22 @@
  * Foundation
  */
 
-
 #ifndef _AGENTLESSD_H
 #define _AGENTLESSD_H
 
 #include "config/agentlessd-config.h"
 
 #ifndef ARGV0
-   #define ARGV0 "ossec-agentlessd"
+#define ARGV0 "ossec-agentlessd"
 #endif
 
-
-
 /** Prototypes **/
 
 /* Main monitord */
-void Agentlessd();
-
+void Agentlessd(void) __attribute__((noreturn));
 
-agentlessd_config lessdc;
+/* Global variables */
+extern agentlessd_config lessdc;
 
 #endif
+