obrisane nepotrebne datoteke od zadnjeg builda
[ossec-hids.git] / src / analysisd / alerts / log.h
old mode 100755 (executable)
new mode 100644 (file)
index b8ea56f..0576337
@@ -1,11 +1,9 @@
-/* @(#) $Id$ */
-
 /* 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 2) as published by the FSF - Free Software 
+ * License (version 2) as published by the FSF - Free Software
  * Foundation
  */
 
@@ -21,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
 
-