summaryrefslogtreecommitdiffstats
path: root/include/sh_dbIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sh_dbIO.h')
-rw-r--r--include/sh_dbIO.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/sh_dbIO.h b/include/sh_dbIO.h
index bbb316a..f06a588 100644
--- a/include/sh_dbIO.h
+++ b/include/sh_dbIO.h
@@ -58,4 +58,12 @@ int sh_dbIO_load_delta();
int sh_dbIO_list_binary (const char * c);
int sh_dbIO_list_filter (const char * c);
+/* alternative rootfs */
+
+int sh_dbIO_init_rootfs (const char * rootfs);
+size_t sh_dbIO_get_rootfs_len();
+char * sh_dbIO_rootfs_prepend(char * path);
+char * sh_dbIO_rootfs_strip(char * path);
+char * sh_dbIO_rootfs_strip_link(char * path);
+
#endif