File: bkAdd.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 (3 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (5)
1
2
3
int add(VolInfo* volInfo, const char* srcPathAndName, BkDir* destDir, 
        const char* nameToUse);
int addDirContents(VolInfo* volInfo, const char* srcPath, BkDir* destDir);