X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fagentlessd%2Fagentlessd.h;fp=src%2Fagentlessd%2Fagentlessd.h;h=7cebfa2cd35349ff9c40369d181fb2156ae1b108;hp=d96910c7ad2107b8c190f7868721ad392454ec63;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/agentlessd/agentlessd.h b/src/agentlessd/agentlessd.h old mode 100755 new mode 100644 index d96910c..7cebfa2 --- a/src/agentlessd/agentlessd.h +++ b/src/agentlessd/agentlessd.h @@ -1,6 +1,3 @@ -/* @(#) $Id: ./src/agentlessd/agentlessd.h, 2011/09/08 dcid Exp $ - */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -10,24 +7,22 @@ * 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 +