| # | Line 199 | Line 199 | char *ospec; | |
|---|---|---|
| 199 | } | |
| 200 | ||
| 201 | ||
| 202 | + | int |
| 203 | addhline(s) /* add a line to our info. header */ | |
| 204 | char *s; | |
| 205 | { | |
| # | Line 220 | Line 221 | char *s; | |
| 221 | } | |
| 222 | strcpy(headlines+headlen, s); | |
| 223 | headlen += n; | |
| 224 | + | return(0); |
| 225 | } | |
| 226 | ||
| 227 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |