proof of concept

This commit is contained in:
Marc
2022-09-11 12:19:46 +02:00
commit ef8776b6b1
18 changed files with 1396 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef __OVERLAY_H__
#define __OVERLAY_H__
int overlayMount(char ** sources, const char * dest, const char * upperdir, const char * workdir);
#endif