aboutsummaryrefslogtreecommitdiffstats
path: root/handerror.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2020-10-16 18:57:10 +0300
committerJoursoir <chat@joursoir.net>2020-10-16 18:57:10 +0300
commit742fe01bf8712b37a0f6cdfe379c1966bcd11c90 (patch)
tree80fa204fd6aba4de97f5f6eb2f2c66d71e1009e3 /handerror.h
parent4e6ba9fff744c430bd8d7d753e66a2011ef8e116 (diff)
downloadlock-password-742fe01bf8712b37a0f6cdfe379c1966bcd11c90.tar.gz
lock-password-742fe01bf8712b37a0f6cdfe379c1966bcd11c90.tar.bz2
lock-password-742fe01bf8712b37a0f6cdfe379c1966bcd11c90.zip
remove embryo of feature multiple storages and refactor how arguments work
Diffstat (limited to 'handerror.h')
-rw-r--r--handerror.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/handerror.h b/handerror.h
index 1241b8d..e4c5039 100644
--- a/handerror.h
+++ b/handerror.h
@@ -1,2 +1,7 @@
+#ifndef HANDERROR_H
+#define HANDERROR_H
+
void callError(int num);
-void printError(char *text); \ No newline at end of file
+void printError(char *text);
+
+#endif \ No newline at end of file