Imported Upstream version 2.7
[ossec-hids.git] / src / os_execd / execd.h
index e26bb5c..3eedd30 100755 (executable)
@@ -1,11 +1,12 @@
-/* @(#) $Id: execd.h,v 1.12 2009/06/24 17:06:30 dcid Exp $ */
+/* @(#) $Id: ./src/os_execd/execd.h, 2011/09/08 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.
  *
  * More details at the LICENSE file included with OSSEC or
@@ -14,6 +15,7 @@
 
 
 #ifndef _EXECD_H
+#define _EXECD_H
 
 #ifndef ARGV0
 #define ARGV0 "ossec-execd"
@@ -30,7 +32,7 @@
 
 
 /* Maximum number of command arguments */
-#define MAX_ARGS    32 
+#define MAX_ARGS    32
 
 
 /* Execd select timeout -- in seconds */
@@ -62,6 +64,7 @@ void FreeTimeoutEntry(void *timeout_entry);
 
 
 
+
 #define _EXECD_H
 
 #endif