X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=src%2Fheaders%2Fmem_op.h;h=d135fbe7a05c4ff35f5ff73898df4f69e9b4aeb9;hb=301048b51990573e58a30dc4a5bb4ec285cad554;hp=7e2db4853eb7fd26a7e5cff853290a74292869f3;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/headers/mem_op.h b/src/headers/mem_op.h index 7e2db48..d135fbe 100755 --- a/src/headers/mem_op.h +++ b/src/headers/mem_op.h @@ -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);