Merge commit 'v2.5.1'
[ossec-hids.git] / src / analysisd / alerts / log.h
index 78b7e82..b8ea56f 100755 (executable)
@@ -1,11 +1,11 @@
-/* @(#) $Id: log.h,v 1.8 2009/06/24 17:06:22 dcid Exp $ */
+/* @(#) $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 3) as published by the FSF - Free Software 
+ * License (version 2) as published by the FSF - Free Software 
  * Foundation
  */
 
@@ -19,6 +19,7 @@
 #define FWDROP "drop"
 #define FWALLOW "accept"
 
+void OS_LogOutput(Eventinfo *lf);
 void OS_Log(Eventinfo *lf);
 void OS_Store(Eventinfo *lf);
 int FW_Log(Eventinfo *lf);