remove some header dependencies on client.h
This commit is contained in:
parent
93035e75d9
commit
7a246575e5
2 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,8 @@
|
||||||
|
|
||||||
#include "stdinc.h"
|
#include "stdinc.h"
|
||||||
|
|
||||||
|
struct Client;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
PRIV_NEEDOPER = 1
|
PRIV_NEEDOPER = 1
|
||||||
};
|
};
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
#include <openssl/rsa.h>
|
#include <openssl/rsa.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
struct Client;
|
||||||
struct ConfItem;
|
struct ConfItem;
|
||||||
|
|
||||||
extern rb_dlink_list cluster_conf_list;
|
extern rb_dlink_list cluster_conf_list;
|
||||||
|
|
Loading…
Reference in a new issue