summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bkisofs/bkAdd.h')
-rw-r--r--lib/bkisofs/bkAdd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bkisofs/bkAdd.h b/lib/bkisofs/bkAdd.h
new file mode 100644
index 0000000..e7a1743
--- /dev/null
+++ b/lib/bkisofs/bkAdd.h
@@ -0,0 +1,3 @@
+int add(VolInfo* volInfo, const char* srcPathAndName, BkDir* destDir,
+ const char* nameToUse);
+int addDirContents(VolInfo* volInfo, const char* srcPath, BkDir* destDir);