From ce7c8411d7af66904da5e852f01fd95426ccf5c0 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Mon, 1 Mar 2021 21:10:28 +0000 Subject: use xlib for copy password --- src/implementation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/implementation.h') 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); -- cgit v1.2.3-18-g5258