diff options
Diffstat (limited to 'plugins/CryptoPP/src/PGPw/sdk8')
-rw-r--r-- | plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h index 9f2830ddf0..93a99825f8 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h @@ -283,12 +283,12 @@ PGP_BEGIN_C_DECLARATIONS ** PGPOptionListRef's which describe the inputs, outputs, and options. */ -PGPError PGPEncode(PGPContextRef context, +PGPError PGPEncode(PGPContextRef context, PGPOptionListRef firstOption, ...); -PGPError PGPDecode(PGPContextRef context, +PGPError PGPDecode(PGPContextRef context, PGPOptionListRef firstOption, ...); -PGPError PGPAddJobOptions(PGPJobRef job, +PGPError PGPAddJobOptions(PGPJobRef job, PGPOptionListRef firstOption, ...); PGP_END_C_DECLARATIONS |