Changeset 543 for trunk/include


Ignore:
Timestamp:
Feb 17, 2019, 2:27:24 PM (6 years ago)
Author:
katerina
Message:

Fix for ticket #434 (option to init for alternative root fs).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_dbIO.h

    r481 r543  
    5959int sh_dbIO_list_filter (const char * c);
    6060
     61/* alternative rootfs */
     62
     63int sh_dbIO_init_rootfs (const char * rootfs);
     64size_t sh_dbIO_get_rootfs_len();
     65char * sh_dbIO_rootfs_prepend(char * path);
     66char * sh_dbIO_rootfs_strip(char * path);
     67char * sh_dbIO_rootfs_strip_link(char * path);
     68
    6169#endif
Note: See TracChangeset for help on using the changeset viewer.