diff options
Diffstat (limited to 'cmd.h')
-rw-r--r-- | cmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,4 +75,6 @@ enum { extern void timestr(struct timeval *tv, char *str, size_t sz, int flags); +extern char *progname; + #endif /* __COMMAND_H__ */ |