| # | Line 7 | Line 7 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 7 | ||
| 8 | #include "copyright.h" | |
| 9 | ||
| 10 | – | #include <stdio.h> |
| 11 | – | #include <stdlib.h> |
| 10 | #include <ctype.h> | |
| 11 | ||
| 12 | #include "standard.h" | |
| 13 | + | #include "paths.h" |
| 14 | #include "color.h" | |
| 15 | ||
| 16 | extern char *eindex(), *expsave(); | |
| 18 | – | extern FILE *frlibopen(); |
| 17 | ||
| 18 | typedef struct lamp { | |
| 19 | char *pattern; /* search pattern */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |