| # | Line 31 | Line 31 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 31 | ||
| 32 | #define MAXLINE 2048 | |
| 33 | ||
| 34 | + | extern time_t timegm(struct tm *tm); |
| 35 | + | |
| 36 | const char HDRSTR[] = "#?"; /* information header magic number */ | |
| 37 | ||
| 38 | const char FMTSTR[] = "FORMAT="; /* format identifier */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |