1 /* $Id: prelude.h,v 1.6 2009/06/24 17:06:22 dcid Exp $ */
3 /* Copyright (C) 2009 Trend Micro Inc.
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 3) as published by the FSF - Free Software
11 * More details at the LICENSE file included with OSSEC or
12 * online at http://www.ossec.net/en/licensing.html .
21 #include "eventinfo.h"
23 /* Starts prelude client. */
24 void prelude_start(char *profile, int argc, char **argv);
26 /* Logs to prelude. */
27 void OS_PreludeLog(Eventinfo *lf);
29 #endif /* _PRELUDE_H_ */