cctools
unlink_recursive.h
Go to the documentation of this file.
1 /*
2 Copyright (C) 2014- The University of Notre Dame
3 This software is distributed under the GNU General Public License.
4 See the file COPYING for details.
5 */
6 
7 #ifndef UNLINK_RECURSIVE_H
8 #define UNLINK_RECURSIVE_H
9 
16 int unlink_recursive (const char *path);
17 
22 int unlink_dir_contents (const char *dirname);
23 
24 #endif