X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=src%2Fanalysisd%2Falerts%2Flog.h;h=a38ca733000a85250dfcdfccba519a0f865f4bb3;hb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;hp=78b7e823ee8ac684611d5c54cef8f565eab194be;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/analysisd/alerts/log.h b/src/analysisd/alerts/log.h index 78b7e82..a38ca73 100755 --- a/src/analysisd/alerts/log.h +++ b/src/analysisd/alerts/log.h @@ -1,11 +1,12 @@ -/* @(#) $Id: log.h,v 1.8 2009/06/24 17:06:22 dcid Exp $ */ +/* @(#) $Id: ./src/analysisd/alerts/log.h, 2011/09/08 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 */ @@ -19,7 +20,9 @@ #define FWDROP "drop" #define FWALLOW "accept" +void OS_LogOutput(Eventinfo *lf); void OS_Log(Eventinfo *lf); +void OS_CustomLog(Eventinfo *lf,char * format); void OS_Store(Eventinfo *lf); int FW_Log(Eventinfo *lf);