diff options
author | jbj <devnull@localhost> | 2002-09-16 20:10:20 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-09-16 20:10:20 +0000 |
commit | 40726dd94f8d149a56b9ccf0ddf1615a710ed0ae (patch) | |
tree | 3d5010a476047cb698136ace184d3f19cfa825de /lib/signature.h | |
parent | d50a43910123440fafa18b3bd90952f4d312a215 (diff) | |
download | librpm-tizen-40726dd94f8d149a56b9ccf0ddf1615a710ed0ae.tar.gz librpm-tizen-40726dd94f8d149a56b9ccf0ddf1615a710ed0ae.tar.bz2 librpm-tizen-40726dd94f8d149a56b9ccf0ddf1615a710ed0ae.zip |
Sync with rpm-4.1 parsing changes.
CVS patchset: 5711
CVS date: 2002/09/16 20:10:20
Diffstat (limited to 'lib/signature.h')
-rw-r--r-- | lib/signature.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/signature.h b/lib/signature.h index 8163e557e..69f8d2a88 100644 --- a/lib/signature.h +++ b/lib/signature.h @@ -43,10 +43,11 @@ Header rpmNewSignature(void) * @param fd file handle * @retval sighp address of (signature) header (or NULL) * @param sig_type type of signature header to read (from lead) + * @retval msg failure msg * @return rpmRC return code */ rpmRC rpmReadSignature(FD_t fd, /*@null@*/ /*@out@*/ Header *sighp, - sigType sig_type) + sigType sig_type, const char ** msg) /*@globals fileSystem @*/ /*@modifies fd, *sighp, fileSystem @*/; |