| # | Line 14 | Line 14 | extern int dxsize, dysize; /* device size */ | |
|---|---|---|
| 14 | extern int pati[]; | |
| 15 | ||
| 16 | extern unsigned char pattern[][PATSIZE/8][PATSIZE]; /* fill patterns */ | |
| 17 | + | |
| 18 | + | extern void set(int attrib, char *value); |
| 19 | + | extern void reset(int attrib); |
| 20 | + | extern void unset(int attrib); |
| 21 | + | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |