cctools
delete_dir.h
Go to the documentation of this file.
1 /*
2 Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
3 Copyright (C) 2005- The University of Notre Dame
4 This software is distributed under the GNU General Public License.
5 See the file COPYING for details.
6 */
7 
8 #ifndef DELETE_DIR_H
9 #define DELETE_DIR_H
10 
11 #include "unlink_recursive.h"
12 
15 #define delete_dir unlink_recursive
16 
17 #define delete_dir_contents unlink_dir_contents
18 
19 #endif