mirror of
https://github.com/Maschell/dynamic_libs.git
synced 2024-11-19 03:09:24 +01:00
Merge branch 'master' of https://github.com/Maschell/dynamic_libs
This commit is contained in:
commit
eb186a7795
@ -52,6 +52,14 @@ typedef struct
|
|||||||
char name[FS_MAX_ENTNAME_SIZE];
|
char name[FS_MAX_ENTNAME_SIZE];
|
||||||
} FSDirEntry;
|
} FSDirEntry;
|
||||||
|
|
||||||
|
typedef void (*FSAsyncCallback)(void *pClient, void *pCmd, int result, void *context);
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
FSAsyncCallback userCallback;
|
||||||
|
void *userContext;
|
||||||
|
void *ioMsgQueue;
|
||||||
|
} FSAsyncParams;
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user