aboutsummaryrefslogtreecommitdiffstats
path: root/src/implementation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/implementation.h')
-rw-r--r--src/implementation.h5
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);