| # | Line 14 | Line 14 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 14 | struct source *curlist = NULL; /* current source list */ | |
| 15 | struct source *donelist = NULL; /* finished sources */ | |
| 16 | ||
| 17 | + | void pict_stats(void); |
| 18 | + | |
| 19 | static struct srcspan * newspan(int l, int r, int v, float *sb); | |
| 20 | static struct srcspan * newspan(int l, int r, int v, float *sb); | |
| 21 | static void addindirect(int h, int v, double br); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |