X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fos_execd%2Fexecd.h;h=3eedd30bbe80ac0baad6b0ead1d2d79ee6780c40;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=e26bb5c3db48c97c1f9a0b90041d0f922c206bc6;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/os_execd/execd.h b/src/os_execd/execd.h index e26bb5c..3eedd30 100755 --- a/src/os_execd/execd.h +++ b/src/os_execd/execd.h @@ -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