source:
trunk/grep/lib/savedir.h@
2787
Last change on this file since 2787 was 2557, checked in by , 19 years ago | |
---|---|
File size: 338 bytes |
Line | |
---|---|
1 | #if !defined SAVEDIR_H_ |
2 | # define SAVEDIR_H_ |
3 | |
4 | #include "exclude.h" |
5 | |
6 | # ifndef PARAMS |
7 | # if defined PROTOTYPES || (defined __STDC__ && __STDC__) |
8 | # define PARAMS(Args) Args |
9 | # else |
10 | # define PARAMS(Args) () |
11 | # endif |
12 | # endif |
13 | |
14 | extern char * |
15 | savedir PARAMS ((const char *dir, off_t name_size, |
16 | struct exclude *, struct exclude *)); |
17 | |
18 | #endif |
Note:
See TracBrowser
for help on using the repository browser.