00cb1a98ea34d4ef6a90e06274ade703d545b846
[dragonfly.git] / gnu / usr.bin / grep / libgrep / savedir.h
1 #if !defined SAVEDIR_H_
2 # define SAVEDIR_H_
3
4 #include "exclude.h"
5
6 extern char *
7 savedir (const char *dir, off_t name_size,
8          struct exclude *, struct exclude *,
9          struct exclude *);
10
11 #endif