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