File: bkDelete.h

package info (click to toggle)
isomaster 1.3.9-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,024 kB
  • ctags: 844
  • sloc: ansic: 11,224; makefile: 235; sh: 109; python: 11
file content (10 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#ifndef bkDelete_h
#define bkDelete_h

#include "bkInternal.h"

void deleteDirContents(VolInfo* volInfo, BkDir* dir);
void deleteNode(VolInfo* volInfo, BkDir* parentDir, char* nodeToDeleteName);
void deleteRegFileContents(VolInfo* volInfo, BkFile* file);

#endif