2 * Copyright (c) 2002 Robert Collins.
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
9 * A copy of the GNU General Public License can be found at
12 * Written by DJ Delorie <dj@cygnus.com>
13 * Written by Robert Collins <rbtcollins@hotmail.com>
24 /* TODO: make h conditional on the target platform */
27 /* An aggregate representing all the files and folders in a given directory */
31 Find (const std::string
& starting_dir
);
33 void accept (FindVisitor
&, int level
= __INT_MAX__
);
35 std::string _start_dir
;
39 #endif /* SETUP_FIND_H */