| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | – | /* Copyright (c) 1991 Regents of the University of California */ |
| 2 | – | |
| 1 | #ifndef lint | |
| 2 | < | static char SCCSid[] = "$SunId$ LBL"; |
| 2 | > | static const char RCSid[] = "$Id$"; |
| 3 | #endif | |
| 6 | – | |
| 4 | /* | |
| 5 | * Compute Glare Index given by program name or -t option: | |
| 6 | * | |
| # | Line 127 | Line 124 | userr: | |
| 124 | } | |
| 125 | ||
| 126 | ||
| 127 | + | int |
| 128 | headline(s) /* get line from header */ | |
| 129 | char *s; | |
| 130 | { | |
| # | Line 140 | Line 138 | char *s; | |
| 138 | formatval(fmt, s); | |
| 139 | wrongformat = strcmp(fmt, "ascii"); | |
| 140 | } | |
| 141 | + | return(0); |
| 142 | } | |
| 143 | ||
| 144 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |