unlink_recursive.h

Go to the documentation of this file.
00001 /*
00002 Copyright (C) 2014- The University of Notre Dame
00003 This software is distributed under the GNU General Public License.
00004 See the file COPYING for details.
00005 */
00006 
00007 #ifndef UNLINK_RECURSIVE_H
00008 #define UNLINK_RECURSIVE_H
00009 
00016 int unlink_recursive (const char *path);
00017 
00022 int unlink_dir_contents (const char *dirname);
00023 
00024 #endif

Generated on 15 Aug 2014 for cctools by  doxygen 1.6.1