added freeIterator() copyHeader() isEntry()
authormarc <devnull@localhost>
Wed, 20 Dec 1995 22:48:08 +0000 (22:48 +0000)
committermarc <devnull@localhost>
Wed, 20 Dec 1995 22:48:08 +0000 (22:48 +0000)
CVS patchset: 71
CVS date: 1995/12/20 22:48:08

lib/header.h

index 4f690fd..d6c200a 100644 (file)
@@ -50,9 +50,14 @@ void dumpHeader(Header h, FILE *f, int flags);
 int getEntry(Header h, int_32 tag, int_32 *type, void **p, int_32 *c);
 int addEntry(Header h, int_32 tag, int_32 type, void *p, int_32 c);
 
+int isEntry(Header h, int_32 tag);
+
 HeaderIterator initIterator(Header h);
 int nextIterator(HeaderIterator iter,
                 int_32 *tag, int_32 *type, void **p, int_32 *c);
+void freeIterator(HeaderIterator iter);
+
+Header copyHeader(Header h);
 
 /* Entry Types */