X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fconfig%2Fagentlessd-config.h;h=c69a6b82a49cb43664f3fed4ed411fe17ad6ce8f;hp=3348d8ce32482675efe0a32d4c874f671738044a;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a diff --git a/src/config/agentlessd-config.h b/src/config/agentlessd-config.h index 3348d8c..c69a6b8 100755 --- a/src/config/agentlessd-config.h +++ b/src/config/agentlessd-config.h @@ -1,11 +1,12 @@ -/* @(#) $Id: agentlessd-config.h,v 1.4 2009/06/24 17:06:24 dcid Exp $ */ +/* @(#) $Id: ./src/config/agentlessd-config.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 */ @@ -31,16 +32,16 @@ typedef struct _agentlessd_entries int current_state; int port; int error_flag; - + char *type; char **server; char *options; char *command; - + }agentlessd_entries; -/* Configuration structure. */ +/* Configuration structure. */ typedef struct _agentlessd_config { int queue;