Rev 8177 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8177 | Rev 12011 | ||
---|---|---|---|
Line 57... | Line 57... | ||
57 | int readabout(void); |
57 | int readabout(void); |
58 | char *strip_trailing_spaces2(char *p); |
58 | char *strip_trailing_spaces2(char *p); |
59 | extern char aboutbuf[aboutlen]; |
59 | extern char aboutbuf[aboutlen]; |
60 | extern char outputfname[256], *tmp_dir; |
60 | extern char outputfname[256], *tmp_dir; |
61 | extern unsigned int seed; /* random seed value */ |
61 | extern unsigned int seed; /* random seed value */ |
- | 62 | extern char *wseed; |
|
62 | void prepare1(void); |
63 | void prepare1(void); |
63 | void run(void); |
64 | void run(void); |
64 | 65 | ||
65 | extern char *progname; |
66 | extern char *progname; |
66 | extern char *illpart[]; |
67 | extern char *illpart[]; |