X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fagentlessd%2Fagentlessd.h;h=7cebfa2cd35349ff9c40369d181fb2156ae1b108;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=3f75bb0d64bcfea1ad81cb139bece74827803734;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/agentlessd/agentlessd.h b/src/agentlessd/agentlessd.h old mode 100755 new mode 100644 index 3f75bb0..7cebfa2 --- a/src/agentlessd/agentlessd.h +++ b/src/agentlessd/agentlessd.h @@ -1,32 +1,28 @@ -/* @(#) $Id: agentlessd.h,v 1.2 2009/06/24 17:06:21 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 */ - #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 +