X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fanalysisd%2Falerts%2Flog.h;h=05763370001b3e0eaff59e95b6dafa9ee440e704;hp=a38ca733000a85250dfcdfccba519a0f865f4bb3;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b 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 -