Imported Upstream version 2.5.1
[ossec-hids.git] / src / headers / mem_op.h
index 7e2db48..d135fbe 100755 (executable)
@@ -1,11 +1,11 @@
-/* @(#) $Id: mem_op.h,v 1.6 2009/06/24 17:06:26 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
  */
 
@@ -16,6 +16,8 @@
 
 #include "shared.h"
 
+void **os_AddPtArray(void *pt, void **array);
+char **os_AddStrArray(char *str, char **array);
 void os_FreeArray(char *ch1, char **ch2);
 int os_IsStrOnArray(char *str, char **array);
 char *os_LoadString(char *at, char *str);