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