cleanup
authorroot <devnull@localhost>
Tue, 19 Nov 1996 02:47:46 +0000 (02:47 +0000)
committerroot <devnull@localhost>
Tue, 19 Nov 1996 02:47:46 +0000 (02:47 +0000)
CVS patchset: 1177
CVS date: 1996/11/19 02:47:46

lib/header.h

index c320eee..87adf9e 100644 (file)
@@ -49,7 +49,6 @@ void headerFree(Header h);
 void headerDump(Header h, FILE *f, int flags);
 
 #define HEADER_DUMP_INLINE   1
-#define HEADER_DUMP_SYMBOLIC 2
 
 int headerGetEntry(Header h, int_32 tag, int_32 *type, void **p, int_32 *c);
 int headerAddEntry(Header h, int_32 tag, int_32 type, void *p, int_32 c);