X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=src%2Fanalysisd%2Falerts%2Flog.h;h=05763370001b3e0eaff59e95b6dafa9ee440e704;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=faf9796c11fcbf93a31eee0e449f5fee449b57ae;hpb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;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 faf9796..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,9 +19,9 @@ void OS_LogOutput(Eventinfo *lf); void OS_Log(Eventinfo *lf); -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 -