summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.h b/main.h
index a3475b2..1185cca 100644
--- a/main.h
+++ b/main.h
@@ -39,3 +39,5 @@ int if_fini(void);
int out(struct ifdata *);
int error(char *);
+void die(int);
+__dead void usage(void);