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.c | |
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.c')
-rw-r--r-- | src/implementation.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/implementation.c b/src/implementation.c index f71b0a1..48dacac 100644 --- a/src/implementation.c +++ b/src/implementation.c @@ -8,16 +8,15 @@ #include <errno.h> #include <sys/stat.h> +#include "implementation.h" +#include "constants.h" #include "xstd.h" #include "easydir.h" -#include "implementation.h" #include "r-gpgme.h" /* define in implementation.h */ // GPG_PUBLICKEY_MAXLENGTH NNNN -// == global var == -extern char *gPath_pass; // example: programming/github.com/joursoir.gpg void copy_outside(char *password) { |