m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/m4/hash.h,v


From: Eric Blake
Subject: Changes to m4/m4/hash.h,v
Date: Fri, 01 Sep 2006 23:11:06 +0000

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 <address@hidden>
 
    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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]