diff options
author | Joursoir <chat@joursoir.net> | 2020-10-01 21:30:15 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2020-10-01 21:30:15 +0300 |
commit | 84180756da688591de8324733d344bd14d15ddef (patch) | |
tree | 4b2483cf988d67f20894922cf73faf82632ef0b0 /handerror.h | |
parent | ae1cb7fc44d7abb7ffe47656547cfae40cacdf05 (diff) | |
download | lock-password-84180756da688591de8324733d344bd14d15ddef.tar.gz lock-password-84180756da688591de8324733d344bd14d15ddef.tar.bz2 lock-password-84180756da688591de8324733d344bd14d15ddef.zip |
a little bit chore
Diffstat (limited to 'handerror.h')
-rw-r--r-- | handerror.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/handerror.h b/handerror.h index d4137a9..1241b8d 100644 --- a/handerror.h +++ b/handerror.h @@ -1,2 +1,2 @@ -void call_error(int num); -void print_error(char *text);
\ No newline at end of file +void callError(int num); +void printError(char *text);
\ No newline at end of file |