diff options
author | Alex <b0ris@b0ris-satellite.localdomain> | 2011-11-03 16:21:29 +0200 |
---|---|---|
committer | Alex <b0ris@b0ris-satellite.localdomain> | 2011-11-03 16:21:29 +0200 |
commit | da3277b21e4a947691df84eb35f675c6f06a4369 (patch) | |
tree | 4ff43488cc88247ba07e9114b63305469b822188 /client/SslClient.h | |
parent | c0c86b6cab64186e97285e1b5b1ef13062926d87 (diff) |
Fix compiler warnings
Diffstat (limited to 'client/SslClient.h')
-rw-r--r-- | client/SslClient.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/SslClient.h b/client/SslClient.h index 77c3ff3..c8126f6 100644 --- a/client/SslClient.h +++ b/client/SslClient.h @@ -17,6 +17,10 @@ class QString; * - Request format: [0x13 0x13 code 0x14 0x14] * - Reply format: [0x13 0x13 code [data] 0x14 0x14] * - Request codes: + * -# 0x01 - request client config + * -# 0x02 - request generic proxy list + * -# 0x04 - request static proxy list + * -# 0x08 - request firewall host list */ class SslClient: QObject { |