1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

removed g10maint.c

This commit is contained in:
Werner Koch 1998-03-05 09:22:13 +00:00
parent 0eb5aa6cfd
commit 1b1a6d7e77
12 changed files with 571 additions and 810 deletions

View file

@ -53,7 +53,7 @@ int sign_file( STRLIST filenames, int detached, STRLIST locusr,
int clearsign_file( const char *fname, STRLIST locusr, const char *outfile );
int sign_key( const char *username, STRLIST locusr );
int edit_keysigs( const char *username );
int delete_key( const char *username );
int delete_key( const char *username, int secure );
int change_passphrase( const char *username );
/*-- sig-check.c --*/
@ -97,4 +97,7 @@ int enarmor_file( const char *fname );
/*-- revoke.c --*/
int gen_revoke( const char *uname );
/*-- keylist.c --*/
void ext_key_list( STRLIST names );
#endif /*G10_MAIN_H*/