mirror of
https://github.com/yrutschle/sslh.git
synced 2025-06-02 08:31:06 +03:00
remove obsolete declaration
This commit is contained in:
parent
8ac93c3e9d
commit
50f5af394b
3
common.h
3
common.h
@ -83,9 +83,6 @@ enum connection_state {
|
|||||||
ST_SHOVELING /* Connexion is established */
|
ST_SHOVELING /* Connexion is established */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* this is used to pass protocols through the command-line parameter parsing */
|
|
||||||
#define PROT_SHIFT 1000 /* protocol options will be 1000, 1001, etc */
|
|
||||||
|
|
||||||
/* A 'queue' is composed of a file descriptor (which can be read from or
|
/* A 'queue' is composed of a file descriptor (which can be read from or
|
||||||
* written to), and a queue for deferred write data */
|
* written to), and a queue for deferred write data */
|
||||||
struct queue {
|
struct queue {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user