X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fagentlessd%2Fagentlessd.h;h=7cebfa2cd35349ff9c40369d181fb2156ae1b108;hb=HEAD;hp=7fd6f2e71a7224825763d850900a2b224408f8aa;hpb=301048b51990573e58a30dc4a5bb4ec285cad554;p=ossec-hids.git diff --git a/src/agentlessd/agentlessd.h b/src/agentlessd/agentlessd.h old mode 100755 new mode 100644 index 7fd6f2e..7cebfa2 --- a/src/agentlessd/agentlessd.h +++ b/src/agentlessd/agentlessd.h @@ -1,5 +1,3 @@ -/* @(#) $Id$ */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -9,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 +