mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-24 14:50:10 +01:00
imports: add avs_fs_addfs to list of imports for 1700
This commit is contained in:
parent
69ee95c79a
commit
041d6935ff
@ -226,6 +226,7 @@ void property_node_datasize(struct property_node *node);
|
||||
bool std_getenv(const char *key, char *val, uint32_t nbytes);
|
||||
void std_setenv(const char *key, const char *val);
|
||||
|
||||
void *avs_fs_mount(char *mountpoint, char *fsroot, void *fstype, int flags);
|
||||
int avs_fs_addfs(void* filesys_struct);
|
||||
int avs_fs_mount (const char* mountpoint, const char* fsroot, const char* fstype, void* data);
|
||||
|
||||
#endif
|
||||
|
@ -5,6 +5,7 @@ EXPORTS
|
||||
avs_thread_destroy @7 NONAME
|
||||
avs_thread_exit @11 NONAME
|
||||
avs_thread_join @12 NONAME
|
||||
avs_fs_addfs @73 NONAME
|
||||
avs_fs_mount @76 NONAME
|
||||
avs_net_ctrl @119 NONAME
|
||||
property_create @145 NONAME
|
||||
|
@ -5,6 +5,7 @@ EXPORTS
|
||||
avs_thread_destroy @7 NONAME
|
||||
avs_thread_exit @11 NONAME
|
||||
avs_thread_join @12 NONAME
|
||||
avs_fs_addfs @73 NONAME
|
||||
avs_fs_mount @76 NONAME
|
||||
avs_net_ctrl @119 NONAME
|
||||
property_create @145 NONAME
|
||||
|
Loading…
Reference in New Issue
Block a user