new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / analysisd / prelude.h
diff --git a/src/analysisd/prelude.h b/src/analysisd/prelude.h
deleted file mode 100644 (file)
index d898718..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 2009 Trend Micro Inc.
- * All rights reserved.
- *
- * This program is a free software; you can redistribute it
- * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
- * Foundation.
- *
- * More details at the LICENSE file included with OSSEC or
- * online at http://www.ossec.net/en/licensing.html .
- */
-
-
-#ifdef PRELUDE
-
-#ifndef _PRELUDE_H_
-#define _PRELUDE_H_
-
-#include "eventinfo.h"
-
-/* Starts prelude client. */
-void prelude_start(char *profile, int argc, char **argv);
-
-/* Logs to prelude. */
-void OS_PreludeLog(Eventinfo *lf);
-
-#endif /* _PRELUDE_H_ */
-
-
-#endif /* PRELUDE */