diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-02 12:38:41 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-02 12:38:41 +0000 |
commit | a753fb1bc711e10794e939e424f3cdd703116d82 (patch) | |
tree | bf17b41965232848b840c4340f74bec3741afae2 /docs/module-doc/connection_8h.html | |
parent | 0ae832406f989194761528a1b8d49aa115c7fb3b (diff) |
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
Diffstat (limited to 'docs/module-doc/connection_8h.html')
-rw-r--r-- | docs/module-doc/connection_8h.html | 29 |
1 files changed, 27 insertions, 2 deletions
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 @@ <hr><h1>connection.h File Reference</h1><code>#include "inspircd_config.h"</code><br> <code>#include "<a class="el" href="base_8h-source.html">base.h</a>"</code><br> <code>#include <string></code><br> -<code>#include <map.h></code><br> +<code>#include <map></code><br> <code>#include <sys/socket.h></code><br> <code>#include <sys/types.h></code><br> <code>#include <netdb.h></code><br> @@ -43,6 +43,7 @@ This graph shows which files directly or indirectly include this file:<p><center <tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="connection_8h.html#a0">PT_SYN_ONLY</a> 0</td></tr> <tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="connection_8h.html#a1">PT_ACK_ONLY</a> 1</td></tr> <tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="connection_8h.html#a2">PT_SYN_WITH_DATA</a> 2</td></tr> +<tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="connection_8h.html#a3">PT_KEY_EXCHANGE</a> 3</td></tr> </table> <hr><h2>Define Documentation</h2> <a name="a1" doxytag="connection.h::PT_ACK_ONLY"></a><p> @@ -69,6 +70,30 @@ This graph shows which files directly or indirectly include this file:<p><center Definition at line <a class="el" href="connection_8h-source.html#l00021">21</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>. </td> </tr> </table> +<a name="a3" doxytag="connection.h::PT_KEY_EXCHANGE"></a><p> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> + <tr> + <td class="md"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> #define PT_KEY_EXCHANGE 3 + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="connection_8h-source.html#l00023">23</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>. </td> + </tr> +</table> <a name="a0" doxytag="connection.h::PT_SYN_ONLY"></a><p> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> @@ -117,7 +142,7 @@ Definition at line <a class="el" href="connection_8h-source.html#l00020">20</a> Definition at line <a class="el" href="connection_8h-source.html#l00022">22</a> of file <a class="el" href="connection_8h-source.html">connection.h</a>. </td> </tr> </table> -<hr><address style="align: right;"><small>Generated on Sun Mar 30 19:35:06 2003 for InspIRCd by +<hr><address style="align: right;"><small>Generated on Fri Apr 2 13:37:30 2004 for InspIRCd by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.3-rc3 </small></address> |