summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-08-27 21:32:23 +0000
committerjbj <devnull@localhost>2000-08-27 21:32:23 +0000
commite3ce4c85e1669dc7112e65f28fc6c450741a4263 (patch)
tree42d7f60abab54b2e4e6b0197bfdeeabb8531ce7e
parente355e21aaed46371b9074d603e760a35112b288f (diff)
downloadlibrpm-tizen-e3ce4c85e1669dc7112e65f28fc6c450741a4263.tar.gz
librpm-tizen-e3ce4c85e1669dc7112e65f28fc6c450741a4263.tar.bz2
librpm-tizen-e3ce4c85e1669dc7112e65f28fc6c450741a4263.zip
Add todo note.
CVS patchset: 4136 CVS date: 2000/08/27 21:32:23
-rw-r--r--lib/cpio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cpio.c b/lib/cpio.c
index 06ca42327..417d63039 100644
--- a/lib/cpio.c
+++ b/lib/cpio.c
@@ -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];