Fix prepareForShutdown function declaration ()

This commit is contained in:
grishaf 2020-07-26 08:27:30 +03:00 committed by GitHub
parent da840e9851
commit 4126ca466f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1977,7 +1977,7 @@ void forceCommandPropagation(client *c, int flags);
void preventCommandPropagation(client *c);
void preventCommandAOF(client *c);
void preventCommandReplication(client *c);
int prepareForShutdown();
int prepareForShutdown(int flags);
#ifdef __GNUC__
void serverLog(int level, const char *fmt, ...)
__attribute__((format(printf, 2, 3)));