summaryrefslogtreecommitdiffstats
path: root/plugins/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/utils.h')
-rw-r--r--plugins/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/utils.h b/plugins/utils.h
index 83793e4..f36834f 100644
--- a/plugins/utils.h
+++ b/plugins/utils.h
@@ -17,7 +17,6 @@ void support (void);
17char *clean_revstring (const char *revstring); 17char *clean_revstring (const char *revstring);
18void print_revision (const char *, const char *); 18void print_revision (const char *, const char *);
19void die (int result, const char *fmt, ...); 19void die (int result, const char *fmt, ...);
20void terminate (int result, const char *msg, ...);
21 20
22/* Handle timeouts */ 21/* Handle timeouts */
23 22