X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fanalysisd%2Ffts.h;h=8de7ee912646ff9965c96abf187226ad7d6c03b8;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=8fbb9f93be889b7ba5eb7f8d441a23b571c28c25;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/analysisd/fts.h b/src/analysisd/fts.h old mode 100755 new mode 100644 index 8fbb9f9..8de7ee9 --- a/src/analysisd/fts.h +++ b/src/analysisd/fts.h @@ -1,27 +1,30 @@ -/* @(#) $Id: fts.h,v 1.8 2009/06/24 17:06:22 dcid Exp $ */ - /* Copyright (C) 2009 Trend Micro Inc. * All right 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 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * Foundation */ - #ifndef __FTS_H - #define __FTS_H +#include "eventinfo.h" /* FTS queues */ #ifdef TESTRULE - #define FTS_QUEUE "queue/fts/fts-queue" - #define IG_QUEUE "queue/fts/ig-queue" +#define FTS_QUEUE "queue/fts/fts-queue" +#define IG_QUEUE "queue/fts/ig-queue" #else - #define FTS_QUEUE "/queue/fts/fts-queue" - #define IG_QUEUE "/queue/fts/ig-queue" +#define FTS_QUEUE "/queue/fts/fts-queue" +#define IG_QUEUE "/queue/fts/ig-queue" #endif -#endif +int FTS_Init(void); +void AddtoIGnore(Eventinfo *lf); +int IGnore(Eventinfo *lf); +int FTS(Eventinfo *lf); + +#endif /* __FTS_H */ +