diff options
author | Joursoir <chat@joursoir.net> | 2020-10-21 19:26:03 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2020-10-21 19:26:03 +0000 |
commit | 5a8218b13fbe21e4c85a484933ca201b666323ee (patch) | |
tree | 2f834cd5eefe529c9e569c0cbafa2c0c653386ed /handerror.h | |
parent | 8af0737920cceb1d29bbd4ac6cf7b692c1ad1416 (diff) | |
download | lock-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.h | 1 |
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); |