📄 protocol.h
字号:
//---------------------------------------------------------------------------
#ifndef protocolH
#define protocolH
//---------------------------------------------------------------------------
extern char *registerProxy;
extern char *sHello;
extern char *pHello;
extern char *isBehindFirewall;
extern char *proxyOK;
extern char *proxyPing;
extern char *isBehindFirewall_response_format;
extern char *noProxyAvailable;
extern char *proxyAuth1;
extern char *proxyAuth2;
extern char *proxyBind;
extern char *proxyBindError;
extern char *proxyBound;
extern char *proxyBoundOK;
extern char *proxyClose;
extern char *registeredProxy;
extern char *getProxy;
extern char *testOverTCP;
extern char *isOverTCP;
extern char *overTCP;
//extern char **tokenize_cmd(char *);
extern char *tokenize_cmd(char *);
extern int is_command(char *buf, char* cmd);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -