Changeset 543 for trunk/include
- Timestamp:
- Feb 17, 2019, 2:27:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_dbIO.h
r481 r543 59 59 int sh_dbIO_list_filter (const char * c); 60 60 61 /* alternative rootfs */ 62 63 int sh_dbIO_init_rootfs (const char * rootfs); 64 size_t sh_dbIO_get_rootfs_len(); 65 char * sh_dbIO_rootfs_prepend(char * path); 66 char * sh_dbIO_rootfs_strip(char * path); 67 char * sh_dbIO_rootfs_strip_link(char * path); 68 61 69 #endif
Note:
See TracChangeset
for help on using the changeset viewer.