diff options
author | TingPing <tingping@tingping.se> | 2014-12-28 13:28:19 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-12-28 13:28:19 -0500 |
commit | 9cb73f839ffddb1479f0ee1c8a89acebafd31045 (patch) | |
tree | 3b224105778534140d6bf7109d3b6b0c321c44c2 /src/common/hexchat.h | |
parent | 330e31c70fdf42731ac8cd74b94aaeaf9a01e7fd (diff) |
Remove MSProxy support
It's not enabled anywhere, certainly not maintained
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index efac3f22..e914da27 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -429,14 +429,6 @@ typedef struct session void (*scrollback_replay_marklast) (struct session *sess); } session; -struct msproxy_state_t -{ - gint32 clientid; - gint32 serverid; - unsigned char seq_recv; /* seq number of last packet recv. */ - unsigned char seq_sent; /* seq number of last packet sent. */ -}; - /* SASL Mechanisms */ #define MECH_PLAIN 0 #define MECH_BLOWFISH 1 @@ -494,7 +486,6 @@ typedef struct server int proxy_sok; /* Additional information for MS Proxy beast */ int proxy_sok4; int proxy_sok6; - struct msproxy_state_t msp_state; int id; /* unique ID number (for plugin API) */ #ifdef USE_OPENSSL SSL_CTX *ctx; |