rpm 5.2.1
|
00001 #ifndef _H_RPMKU_ 00002 #define _H_RPMKU_ 00003 00011 /*@unchecked@*/ 00012 extern rpmint32_t _kuKeyring; 00013 00014 #ifdef __cplusplus 00015 extern "C" { 00016 #endif 00017 00024 rpmRC rpmkuFindPubkey(pgpDigParams sigp, /*@out@*/ rpmiob * iobp) 00025 /*@globals fileSystem @*/ 00026 /*@modifies *iobp, fileSystem @*/; 00027 00034 rpmRC rpmkuStorePubkey(pgpDigParams sigp, /*@only@*/ rpmiob iob) 00035 /*@globals fileSystem @*/ 00036 /*@modifies iob, fileSystem @*/; 00037 00043 /*@null@*/ 00044 const char * rpmkuPassPhrase(const char * passPhrase) 00045 /*@*/; 00046 00047 #ifdef __cplusplus 00048 } 00049 #endif 00050 00051 #endif /* _H_RPMKU_ */