ark
bkDelete.h
Go to the documentation of this file.00001 /******************************* LICENSE ************************************** 00002 * Any code in this file may be redistributed or modified under the terms of 00003 * the GNU General Public License as published by the Free Software 00004 * Foundation; version 2 of the license. 00005 ****************************** END LICENSE ***********************************/ 00006 00007 /****************************************************************************** 00008 * Author: 00009 * Andrew Smith, http://littlesvr.ca/misc/contactandrew.php 00010 * 00011 * Copyright 2005-2007 Andrew Smith <andrew-smith@mail.ru> 00012 * 00013 * Contributors: 00014 * 00015 ******************************************************************************/ 00016 00017 #ifndef bkDelete_h 00018 #define bkDelete_h 00019 00020 #include "bkInternal.h" 00021 00022 void deleteDirContents(VolInfo* volInfo, BkDir* dir); 00023 void deleteNode(VolInfo* volInfo, BkDir* parentDir, char* nodeToDeleteName); 00024 void deleteRegFileContents(VolInfo* volInfo, BkFile* file); 00025 00026 #endif
KDE 4.2 API Reference