diff options
author | jbj <devnull@localhost> | 1999-10-04 20:18:48 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-10-04 20:18:48 +0000 |
commit | be45257fd9ca72ea8d450afe20ea3fc8254f0798 (patch) | |
tree | 0c49d25f8a0914dbacfd80217bfde0af959e3c78 /lib/signature.h | |
parent | cabcec362682a5bd68d5acc2191333cb903a2e4e (diff) | |
download | librpm-tizen-be45257fd9ca72ea8d450afe20ea3fc8254f0798.tar.gz librpm-tizen-be45257fd9ca72ea8d450afe20ea3fc8254f0798.tar.bz2 librpm-tizen-be45257fd9ca72ea8d450afe20ea3fc8254f0798.zip |
dumb cpp's want white space around lclint annotations (Tim Mooney).
aix: aix.req broken by cut-and-paste (Tim Mooney).
CVS patchset: 3367
CVS date: 1999/10/04 20:18:48
Diffstat (limited to 'lib/signature.h')
-rw-r--r-- | lib/signature.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/signature.h b/lib/signature.h index 099ffc0a9..03cedd469 100644 --- a/lib/signature.h +++ b/lib/signature.h @@ -38,7 +38,7 @@ extern "C" { Header rpmNewSignature(void); /* If an old-style signature is found, we emulate a new style one */ -int rpmReadSignature(FD_t fd, /*@out@*/Header *header, short sig_type); +int rpmReadSignature(FD_t fd, /*@out@*/ Header *header, short sig_type); int rpmWriteSignature(FD_t fd, Header header); /* Generate a signature of data in file, insert in header */ @@ -64,7 +64,7 @@ typedef enum pgpVersion_e { } pgpVersion; /* Return path to pgp executable of given type, or NULL when not found */ -const char *rpmDetectPGPVersion(/*@out@*/pgpVersion *pgpVersion); +const char *rpmDetectPGPVersion( /*@out@*/ pgpVersion *pgpVersion); #ifdef __cplusplus } |