summaryrefslogtreecommitdiff
path: root/src/core/server-connect-rec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/server-connect-rec.h')
-rw-r--r--src/core/server-connect-rec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/server-connect-rec.h b/src/core/server-connect-rec.h
index 863235de..eea6739b 100644
--- a/src/core/server-connect-rec.h
+++ b/src/core/server-connect-rec.h
@@ -1,7 +1,7 @@
/* SERVER_CONNECT_REC definition, used for inheritance */
-int type;
-int chat_type;
+int type; /* module_get_uniq_id("SERVER CONNECT", 0) */
+int chat_type; /* chat_protocol_lookup(xx) */
/* if we're connecting via proxy, or just NULLs */
char *proxy;