[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: mem_op.h (HEAD) [dcid]
Module name: ossec-hids
Changes by: dcid 07/08/12 23:11:49
Modified files:
mem_op.h
Log message:
Description: A few new pix/sshd rules. Adding some additional libraries too (organizing mem_op).
Reviewed by: dcid
Bug:
Index: mem_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/mem_op.h,v
diff -u -r1.3 -r1.4
--- mem_op.h 15 Feb 2007 02:41:01 -0000 1.3
+++ mem_op.h 13 Aug 2007 02:11:49 -0000 1.4
@@ -1,11 +1,11 @@
/* @(#) $Id$ */
-/* Copyright (C) 2004 Daniel B. Cid <dcid@xxxxxxxxx>
+/* Copyright (C) 2004-2007 Daniel B. Cid <dcid@xxxxxxxxx>
* 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 3) as published by the FSF - Free Software
* Foundation
*/
@@ -14,7 +14,10 @@
#define __MEM_H
-void ClearStrMem(char *ch1, char **ch2);
-int IsStrOnArray(char *str, char **array);
+#include "shared.h"
+
+void os_FreeArray(char *ch1, char **ch2);
+int os_IsStrOnArray(char *str, char **array);
+char *os_LoadString(char *at, char *str);
#endif
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.