1 /* find-utils.h:
2  *
3  ****************************************************************
4  * Copyright (C) 2003 Tom Lord
5  *
6  * See the file "COPYING" for further information about
7  * the copyright and warranty status of this work.
8  */
9 
10 #ifndef INCLUDE__LIBFSUTILS__FIND_UTILS_H
11 #define INCLUDE__LIBFSUTILS__FIND_UTILS_H
12 
13 
14 #include "tla/libawk/relational.h"
15 
16 
17 /* automatically generated __STDC__ prototypes */
18 extern void find_files (rel_table * out, t_uchar * path);
19 #endif  /* INCLUDE__LIBFSUTILS__FIND_UTILS_H */
20 
21 
22 /* tag: Tom Lord Sat Jan  5 15:26:10 2002 (find-utils.h)
23  */
24