DomainPlug-insDocumentation
/home/pkhodos/work/trunk/ToolLibs/PGPCryptoLib/PGPCrypto.h
Go to the documentation of this file.
00001 #ifndef _PGP_Crypro_H_
00002 #define _PGP_Crypro_H_
00003 
00004 #include <stlrt/atypes.h>
00005 #include <Comm/atracer.h>
00006 #include <pgpcryptolibconfig.h>
00007 
00012 
00013 
00024 Str PGPCRYPTO_DECL PgpClearsign( const Str in_text, const Str pass, const Str user );
00025 
00027 
00032 int PGPCRYPTO_DECL PgpValidate( Str inText, int has_armour = 1 );
00033 #endif
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines