X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=src%2Fanalysisd%2Fprelude.h;fp=src%2Fanalysisd%2Fprelude.h;h=0000000000000000000000000000000000000000;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=d898718c8f78d9e7503957cff10ade54adc00fe9;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b;p=ossec-hids.git diff --git a/src/analysisd/prelude.h b/src/analysisd/prelude.h deleted file mode 100644 index d898718..0000000 --- a/src/analysisd/prelude.h +++ /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 */