CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/09/01 23:11:05
Index: m4/hash.h
===================================================================
RCS file: /sources/m4/m4/m4/hash.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- m4/hash.h 1 May 2005 11:10:05 -0000 1.11
+++ m4/hash.h 1 Sep 2006 23:11:05 -0000 1.12
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2006 Free Software Foundation, Inc.
Written by Gary V. Vaughan <[EMAIL PROTECTED]>
This program is free software; you can redistribute it and/or modify
@@ -71,6 +71,8 @@
extern void * m4_get_hash_iterator_value (m4_hash_iterator *place);
extern m4_hash_iterator *m4_get_hash_iterator_next (const m4_hash *hash,
m4_hash_iterator *place);
+extern void m4_free_hash_iterator (const m4_hash *hash,
+ m4_hash_iterator *place);
END_C_DECLS