Imported Upstream version 2.5.1
[ossec-hids.git] / src / headers / hash_op.h
index fd3d842..0ea3fe9 100755 (executable)
@@ -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