| # | Line 19 | Line 19 | |
|---|---|---|
| 19 | extern "C" { | |
| 20 | #endif | |
| 21 | ||
| 22 | – | #include "copyright.h" |
| 23 | – | |
| 22 | /* flags for scanline ordering */ | |
| 23 | #define XDECR 1 | |
| 24 | #define YDECR 2 | |
| # | Line 73 | Line 71 | extern void fputformat(char *s, FILE *fp); | |
| 71 | extern int getheader(FILE *fp, int (*f)(), char *p); | |
| 72 | extern int globmatch(char *pat, char *str); | |
| 73 | extern int checkheader(FILE *fin, char *fmt, FILE *fout); | |
| 76 | – | |
| 74 | ||
| 75 | #ifdef __cplusplus | |
| 76 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |