7fd6f2e71a7224825763d850900a2b224408f8aa
[ossec-hids.git] / src / agentlessd / agentlessd.h
1 /* @(#) $Id$ */
2
3 /* Copyright (C) 2009 Trend Micro Inc.
4  * All rights reserved.
5  *
6  * This program is a free software; you can redistribute it
7  * and/or modify it under the terms of the GNU General Public
8  * License (version 2) as published by the FSF - Free Software
9  * Foundation
10  */
11
12
13 #ifndef _AGENTLESSD_H
14 #define _AGENTLESSD_H
15
16 #include "config/agentlessd-config.h"
17
18 #ifndef ARGV0
19    #define ARGV0 "ossec-agentlessd"
20 #endif
21
22
23
24 /** Prototypes **/
25
26 /* Main monitord */
27 void Agentlessd();
28
29
30 agentlessd_config lessdc;
31
32 #endif