X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fheaders%2Fhash_op.h;h=0ea3fe97d80506812f9c17396de131df2ea4d9d9;hp=fd3d842522d044a0f746fee8414a92fd12119d6b;hb=301048b51990573e58a30dc4a5bb4ec285cad554;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a 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