| # | Line 127 | Line 127 | userr: | |
|---|---|---|
| 127 | } | |
| 128 | ||
| 129 | ||
| 130 | + | int |
| 131 | headline(s) /* get line from header */ | |
| 132 | char *s; | |
| 133 | { | |
| # | Line 140 | Line 141 | char *s; | |
| 141 | formatval(fmt, s); | |
| 142 | wrongformat = strcmp(fmt, "ascii"); | |
| 143 | } | |
| 144 | + | return(0); |
| 145 | } | |
| 146 | ||
| 147 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |