summaryrefslogtreecommitdiff
path: root/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.h')
-rw-r--r--cmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd.h b/cmd.h
index 5ca8fcf078..c5be50f80f 100644
--- a/cmd.h
+++ b/cmd.h
@@ -75,4 +75,6 @@ enum {
extern void timestr(struct timeval *tv, char *str, size_t sz, int flags);
+extern char *progname;
+
#endif /* __COMMAND_H__ */