Skip to content

Commit

Permalink
build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
a00817524 authored and JohnSully committed Sep 17, 2023
1 parent 9c32d4c commit e42d83d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ae.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ extern "C" {
#define AE_NOTUSED(V) ((void) V)

struct aeEventLoop;

/* Types and data structures */
typedef void aeFileProc(struct aeEventLoop *eventLoop, int fd, void *clientData, int mask);
typedef int aeTimeProc(struct aeEventLoop *eventLoop, long long id, void *clientData);
Expand All @@ -81,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(aeEventLoop *el, StorageToken *token);
typedef void aePostFunctionTokenProc(struct aeEventLoop *el, StorageToken *token);

/* File event structure */
typedef struct aeFileEvent {
Expand Down

0 comments on commit e42d83d

Please sign in to comment.