diff options
| author | 2006-12-10 14:31:47 +0000 | |
|---|---|---|
| committer | 2006-12-10 14:31:47 +0000 | |
| commit | c015aa4c0e1cfc031109c18af497cca9a72c844c (patch) | |
| tree | e8b41a06d57c1a3a79a39d5a16f516eba51b8af6 /src/modules/m_spanningtree.cpp | |
| parent | Add buffering of last frame, if we dont read the whole frame (diff) | |
Rename ssl.h -> transport.h, as its now used for ziplinks
Document the data format used by our ziplinks (its not just deflated data, there has to be a length header on the start)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5912 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 7da4dab30..c0d2d7428 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -26,7 +26,7 @@ #include "inspircd.h" #include "wildcard.h" #include "xline.h" -#include "ssl.h" +#include "transport.h" /** If you make a change which breaks the protocol, increment this. * If you completely change the protocol, completely change the number. |
