X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fheaders%2Fmem_op.h;h=4da491c456f7183d726ae196bbca58ee8e636b15;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=7e2db4853eb7fd26a7e5cff853290a74292869f3;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/headers/mem_op.h b/src/headers/mem_op.h index 7e2db48..4da491c 100755 --- a/src/headers/mem_op.h +++ b/src/headers/mem_op.h @@ -1,11 +1,12 @@ -/* @(#) $Id: mem_op.h,v 1.6 2009/06/24 17:06:26 dcid Exp $ */ +/* @(#) $Id: ./src/headers/mem_op.h, 2011/09/08 dcid Exp $ + */ /* 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 +17,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);