diff options
Diffstat (limited to 'driver/blurb.h')
-rw-r--r-- | driver/blurb.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/driver/blurb.h b/driver/blurb.h new file mode 100644 index 0000000..6e33c76 --- /dev/null +++ b/driver/blurb.h @@ -0,0 +1,11 @@ +/* progname plus timestamp */ + +#ifndef __BLURB_H__ +#define __BLURB_H__ + +extern const char *progname; +extern int verbose_p; +extern const char *blurb (void); + +#endif /* __BLURB_H__ */ + |