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