aboutsummaryrefslogtreecommitdiffstats
path: root/handerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'handerror.c')
-rw-r--r--handerror.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/handerror.c b/handerror.c
index 482b467..753e834 100644
--- a/handerror.c
+++ b/handerror.c
@@ -1,13 +1,13 @@
#include <stdio.h>
#include <stdlib.h>
-void call_error(int num)
+void callError(int num)
{
- fprintf(stderr, "Sorry, there was an error in the program [#%d]\n", num);
+ fprintf(stderr, "lpass: Sorry, there was an error in the program [#%d]\n", num);
exit(3);
}
-void print_error(char *text)
+void printError(char *text)
{
fprintf(stderr, "%s", text);
exit(4);