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:
authorDavide Beatrici <git@davidebeatrici.dev>2021-03-10 00:06:53 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2021-03-10 00:06:53 +0300
commitc798511e419ededd0cbe34a09f2aaca5111d9576 (patch)
tree040b3dde21f4e86509087330b8b40e7fe6d1ee82 /Memory.h
parentafe882a6739dcb0efba5cc9fabd7647b98a9fbba (diff)
Introduce HamcoreBuild(), for building archives
Diffstat (limited to 'Memory.h')
-rw-r--r--Memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Memory.h b/Memory.h
index afb7655..f84e67c 100644
--- a/Memory.h
+++ b/Memory.h
@@ -14,4 +14,6 @@ size_t CompressionBufferSize(const size_t original_size);
uint32_t Swap32(const uint32_t value);
+void WriteAndSeek(void **dst, const void *src, const size_t size);
+
#endif