Added todo for types for tagtbl
authorpauln <devnull@localhost>
Fri, 5 Mar 2004 18:00:55 +0000 (18:00 +0000)
committerpauln <devnull@localhost>
Fri, 5 Mar 2004 18:00:55 +0000 (18:00 +0000)
CVS patchset: 7148
CVS date: 2004/03/05 18:00:55

lib/rpmlib.h

index ad6d4d8..4573b44 100644 (file)
@@ -220,6 +220,7 @@ extern const struct headerSprintfExtension_s rpmHeaderFormats[];
  * Tags identify data in package headers.
  * @note tags should not have value 0!
  */
+/** @todo: Somehow supply type **/
 typedef enum rpmTag_e {
 
     RPMTAG_HEADERIMAGE         = HEADER_IMAGE,         /*!< Current image. */