mirror of
https://github.com/ish-app/ish.git
synced 2025-12-08 17:36:02 +00:00
13 lines
224 B
C
13 lines
224 B
C
//
|
|
// iOSFS.h
|
|
// iSH
|
|
//
|
|
// Created by Noah Peeters on 26.10.19.
|
|
//
|
|
|
|
extern const struct fs_ops iosfs;
|
|
extern const struct fs_ops iosfs_unsafe;
|
|
|
|
void iosfs_init(void);
|
|
void iosfs_clear_all_bookmarks(void); // for recovery
|