diff options
author | Joursoir <chat@joursoir.net> | 2021-02-28 11:27:07 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-02-28 11:27:07 +0000 |
commit | 8a84ef9b18b98ee800fac45552ce693e25aba205 (patch) | |
tree | ca6b8d71ae0665fd9320af2895ad3e862be54b7f /src/implementation.h | |
parent | 6088f6812ab545198325052b943fe14d7683187d (diff) | |
download | lock-password-8a84ef9b18b98ee800fac45552ce693e25aba205.tar.gz lock-password-8a84ef9b18b98ee800fac45552ce693e25aba205.tar.bz2 lock-password-8a84ef9b18b98ee800fac45552ce693e25aba205.zip |
add header with constants; cmd 'edit' temporarily unavailable; delete all global vars
Diffstat (limited to 'src/implementation.h')
-rw-r--r-- | src/implementation.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/implementation.h b/src/implementation.h index 15fc56d..f0343f2 100644 --- a/src/implementation.h +++ b/src/implementation.h @@ -3,11 +3,6 @@ #define GPG_PUBLICKEY_MAXLENGTH 1024 -#define errprint(RET, ...) \ - do { \ - fprintf(stderr, "Error: " __VA_ARGS__); \ - return RET; \ - } while(0) void copy_outside(char *password); int check_sneaky_paths(const char *path); |