| # | Line 6 | Line 6 | int pot_only(const struct dirent * dir); | |
|---|---|---|
| 6 | #include <sys/stat.h> | |
| 7 | ||
| 8 | int pot_only(const struct dirent * dir); | |
| 9 | < | int nfiles(char* dirname[MAXPATHLEN + 1]); |
| 10 | < | int amber_rst(const struct dirent * dir,int node); |
| 9 | > | int nfiles(char* dirname[MAXPATHLEN + 1],int extension); |
| 10 | > | int amber_rst(const struct dirent * dir); |
| 11 | > | void getfilename(int which, char* fname); |
| 12 | ||
| 13 | ||
| 14 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |