aboutsummaryrefslogtreecommitdiffstats
path: root/src/handerror.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2020-10-31 17:45:29 +0000
committerJoursoir <chat@joursoir.net>2020-10-31 17:45:29 +0000
commit64ef51a8ce6bc148ba493e350e2cac4cba470201 (patch)
tree4418c4133b16341975cfe4d29df8da6ce27abcff /src/handerror.h
parent38a3be4a3eeacec75a534fef6951b9484b4d7098 (diff)
downloadlock-password-64ef51a8ce6bc148ba493e350e2cac4cba470201.tar.gz
lock-password-64ef51a8ce6bc148ba493e350e2cac4cba470201.tar.bz2
lock-password-64ef51a8ce6bc148ba493e350e2cac4cba470201.zip
some features:
remake README.md for new code architecture; add help command; add man page;
Diffstat (limited to 'src/handerror.h')
-rw-r--r--src/handerror.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/handerror.h b/src/handerror.h
new file mode 100644
index 0000000..6f75c7b
--- /dev/null
+++ b/src/handerror.h
@@ -0,0 +1,8 @@
+#ifndef HANDERROR_H
+#define HANDERROR_H
+
+void easyFork(char *name, char *arguments[]);
+void callError(int num);
+void printError(char *text);
+
+#endif \ No newline at end of file