mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
New code for encode_crypt_files.
This commit is contained in:
parent
d346578fb1
commit
0bd41cc2e5
4 changed files with 37 additions and 13 deletions
|
@ -76,7 +76,7 @@ void display_online_help( const char *keyword );
|
|||
int encode_symmetric( const char *filename );
|
||||
int encode_store( const char *filename );
|
||||
int encode_crypt( const char *filename, STRLIST remusr );
|
||||
void encode_crypt_files(int argc, char **argv, STRLIST remusr);
|
||||
void encode_crypt_files(int nfiles, char **files, STRLIST remusr);
|
||||
int encrypt_filter( void *opaque, int control,
|
||||
IOBUF a, byte *buf, size_t *ret_len);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue