summaryrefslogtreecommitdiffstats
path: root/src/haveged.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/haveged.h')
-rw-r--r--src/haveged.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/haveged.h b/src/haveged.h
index b3a91a0..9b1efaf 100644
--- a/src/haveged.h
+++ b/src/haveged.h
@@ -88,8 +88,8 @@ typedef struct {
} H_METER;
/**
- * Execution notices - to stderr or syslog
- */
-void print_msg(const char *, ...);
+ * Bail....
+ */
+void error_exit(const char *, ...);
#endif