aboutsummaryrefslogtreecommitdiffstats
path: root/handerror.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2020-10-21 19:26:03 +0000
committerJoursoir <chat@joursoir.net>2020-10-21 19:26:03 +0000
commit5a8218b13fbe21e4c85a484933ca201b666323ee (patch)
tree2f834cd5eefe529c9e569c0cbafa2c0c653386ed /handerror.h
parent8af0737920cceb1d29bbd4ac6cf7b692c1ad1416 (diff)
downloadlock-password-5a8218b13fbe21e4c85a484933ca201b666323ee.tar.gz
lock-password-5a8218b13fbe21e4c85a484933ca201b666323ee.tar.bz2
lock-password-5a8218b13fbe21e4c85a484933ca201b666323ee.zip
fix bug: work outside working dir; refactor
Diffstat (limited to 'handerror.h')
-rw-r--r--handerror.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/handerror.h b/handerror.h
index e4c5039..6f75c7b 100644
--- a/handerror.h
+++ b/handerror.h
@@ -1,6 +1,7 @@
#ifndef HANDERROR_H
#define HANDERROR_H
+void easyFork(char *name, char *arguments[]);
void callError(int num);
void printError(char *text);