19a4cd1427240c5c23cfc569d5ce70a5e868c06f
[ossec-hids.git] / src / headers / help.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 /* Help Function
13  */
14
15 #ifndef __HELP_H
16
17 #define __HELP_H
18 void help(const char *);
19 void print_version();
20
21 #endif