diff options
author | jbj <devnull@localhost> | 2000-08-27 21:32:23 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-08-27 21:32:23 +0000 |
commit | e3ce4c85e1669dc7112e65f28fc6c450741a4263 (patch) | |
tree | 42d7f60abab54b2e4e6b0197bfdeeabb8531ce7e | |
parent | e355e21aaed46371b9074d603e760a35112b288f (diff) | |
download | librpm-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.c | 1 |
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]; |