diff options
Diffstat (limited to 'src/implementation.h')
-rw-r--r-- | src/implementation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/implementation.h b/src/implementation.h index 1dcd884..dc905ef 100644 --- a/src/implementation.h +++ b/src/implementation.h @@ -21,7 +21,7 @@ #define GPG_PUBLICKEY_MAXLENGTH 1024 -void copy_outside(char *password); +int copy_outside(char *password); int check_sneaky_paths(const char *path); char *get_pubkey(); char *get_password(const char *path); |