remove some header dependencies on client.h

This commit is contained in:
Ed Kellett 2022-03-06 21:35:03 +00:00
parent 93035e75d9
commit 7a246575e5
2 changed files with 3 additions and 0 deletions

View file

@ -43,6 +43,8 @@
#include "stdinc.h"
struct Client;
enum {
PRIV_NEEDOPER = 1
};

View file

@ -40,6 +40,7 @@
#include <openssl/rsa.h>
#endif
struct Client;
struct ConfItem;
extern rb_dlink_list cluster_conf_list;