Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/libhamcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Hamcore.h')
-rw-r--r--Hamcore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Hamcore.h b/Hamcore.h
index 8a2e248..7db79e9 100644
--- a/Hamcore.h
+++ b/Hamcore.h
@@ -34,4 +34,6 @@ void HamcoreClose(HAMCORE *hamcore);
const HAMCORE_FILE *HamcoreFind(const HAMCORE *hamcore, const char *path);
bool HamcoreRead(HAMCORE *hamcore, void *dst, const HAMCORE_FILE *file);
+bool HamcoreBuild(const char *dst_path, const char *base_path, const char **src_paths, const size_t num);
+
#endif