From a753fb1bc711e10794e939e424f3cdd703116d82 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 2 Apr 2004 12:38:41 +0000 Subject: Added support for modules to create commands - this needs a proof-of-concept module yet, do not use unless you like to live dangerously. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@351 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/connection_8h.html | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'docs/module-doc/connection_8h.html') diff --git a/docs/module-doc/connection_8h.html b/docs/module-doc/connection_8h.html index 9ea64018b..87d174027 100644 --- a/docs/module-doc/connection_8h.html +++ b/docs/module-doc/connection_8h.html @@ -9,7 +9,7 @@

connection.h File Reference

#include "inspircd_config.h"
#include "base.h"
#include <string>
-#include <map.h>
+#include <map>
#include <sys/socket.h>
#include <sys/types.h>
#include <netdb.h>
@@ -43,6 +43,7 @@ This graph shows which files directly or indirectly include this file:

#define PT_SYN_ONLY   0 #define PT_ACK_ONLY   1 #define PT_SYN_WITH_DATA   2 +#define PT_KEY_EXCHANGE   3

Define Documentation

@@ -69,6 +70,30 @@ This graph shows which files directly or indirectly include this file:

21 of file connection.h. +

+ + + + +
+ + +
#define PT_KEY_EXCHANGE   3 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 23 of file connection.h.

@@ -117,7 +142,7 @@ Definition at line 20 Definition at line 22 of file connection.h.
-


Generated on Sun Mar 30 19:35:06 2003 for InspIRCd by +
Generated on Fri Apr 2 13:37:30 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3