From 324462d57d92078e16c9afc33e7d1da0bf2a3ad0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 11 Jun 2013 18:09:48 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@4920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/CryptoPP/src') 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 -- cgit v1.2.3