summaryrefslogblamecommitdiffstats
path: root/driver/blurb.h
blob: 6e33c761d5a5aba8fa3d00ea34086c7edcabbfe0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
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__ */