X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=src%2Fheaders%2Fhash_op.h;fp=src%2Fheaders%2Fhash_op.h;h=0ea3fe97d80506812f9c17396de131df2ea4d9d9;hb=a62b46c229549212d536867b7e5e24d7576ebe8b;hp=fd3d842522d044a0f746fee8414a92fd12119d6b;hpb=d623b82886b9b5fbba3fa27c3bfac51f3f8af108;p=ossec-hids.git diff --git a/src/headers/hash_op.h b/src/headers/hash_op.h index fd3d842..0ea3fe9 100755 --- a/src/headers/hash_op.h +++ b/src/headers/hash_op.h @@ -1,11 +1,11 @@ -/* @(#) $Id: hash_op.h,v 1.4 2009/06/24 17:06:26 dcid Exp $ */ +/* @(#) $Id$ */ /* Copyright (C) 2009 Trend Micro Inc. * All rights 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. * * License details at the LICENSE file included with OSSEC or @@ -73,6 +73,7 @@ int OSHash_Add(OSHash *hash, char *key, void *data); */ void *OSHash_Get(OSHash *self, char *key); +int OSHash_setSize(OSHash *self, int new_size); #endif