Add todo note.
authorjbj <devnull@localhost>
Sun, 27 Aug 2000 21:32:23 +0000 (21:32 +0000)
committerjbj <devnull@localhost>
Sun, 27 Aug 2000 21:32:23 +0000 (21:32 +0000)
CVS patchset: 4136
CVS date: 2000/08/27 21:32:23

lib/cpio.c

index 06ca423..417d630 100644 (file)
@@ -36,6 +36,7 @@ enum hardLinkType { HARDLINK_INSTALL=1, HARDLINK_BUILD };
 
 /** \ingroup payload
  * Cpio archive header information.
+ * @todo add support for tar (soon) and ar (eventually) archive formats.
  */
 struct cpioCrcPhysicalHeader {
     char magic[6];