diff options
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 } |