diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-11 18:09:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-11 18:09:48 +0000 |
commit | 324462d57d92078e16c9afc33e7d1da0bf2a3ad0 (patch) | |
tree | 4f7bf80a0441d84bb7f29bf0665677fa5f745d54 /plugins/CryptoPP/src/PGPw | |
parent | 617f54ab10339c153788107c7784e8bc6e4c4888 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@4920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/src/PGPw')
-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 |