X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fanalysisd%2Falerts%2Flog.h;h=05763370001b3e0eaff59e95b6dafa9ee440e704;hb=HEAD;hp=a38ca733000a85250dfcdfccba519a0f865f4bb3;hpb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;p=ossec-hids.git diff --git a/src/analysisd/alerts/log.h b/src/analysisd/alerts/log.h old mode 100755 new mode 100644 index a38ca73..0576337 --- a/src/analysisd/alerts/log.h +++ b/src/analysisd/alerts/log.h @@ -1,6 +1,3 @@ -/* @(#) $Id: ./src/analysisd/alerts/log.h, 2011/09/08 dcid Exp $ - */ - /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. * @@ -22,10 +19,9 @@ void OS_LogOutput(Eventinfo *lf); void OS_Log(Eventinfo *lf); -void OS_CustomLog(Eventinfo *lf,char * format); -void OS_Store(Eventinfo *lf); +void OS_CustomLog(const Eventinfo *lf, const char *format); +void OS_Store(const Eventinfo *lf); int FW_Log(Eventinfo *lf); #endif -