From 14e30a7cb0cb8a597775c5dc9208b8661e3a31f2 Mon Sep 17 00:00:00 2001 From: ewt Date: Sun, 8 Feb 1998 07:07:02 +0000 Subject: [PATCH] added a comment to keep things clear CVS patchset: 1994 CVS date: 1998/02/08 07:07:02 --- lib/header.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/header.h b/lib/header.h index 6623b99..56b54a5 100644 --- a/lib/header.h +++ b/lib/header.h @@ -45,6 +45,7 @@ enum headerSprintfExtenstionType { HEADER_EXT_LAST = 0, HEADER_EXT_FORMAT, typedef char * (*headerTagFormatFunction)(int_32 type, const void * data, char * formatPrefix, int padding, int element); +/* This is allowed to fail, which indicates the tag doesn't exist */ typedef int (*headerTagTagFunction)(Header h, int_32 * type, void ** data, int_32 * count, int * freeData); -- 2.7.4