build failure

This commit is contained in:
a00817524 2023-09-08 19:53:38 +00:00 committed by John Sully
parent e42d83d208
commit 5f5753ae53

View File

@ -80,7 +80,7 @@ typedef void aeBeforeSleepProc(struct aeEventLoop *eventLoop);
typedef void aePostFunctionProc(void *pvArgs);
//added to support async api IStorage
struct StorageToken;
typedef void aePostFunctionTokenProc(struct aeEventLoop *el, StorageToken *token);
typedef void aePostFunctionTokenProc(struct aeEventLoop *el, struct StorageToken *token);
/* File event structure */
typedef struct aeFileEvent {