]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/main.h
Add <autoconnect> blocks [jackmcbarn]
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.h
index 0144eb4a39fc3ee17a9167f2a2a6b86932959475..0d44169c7108a7f9631d65c53864cc3c62ad5c2f 100644 (file)
@@ -37,6 +37,7 @@ class SpanningTreeUtilities;
 class CacheRefreshTimer;
 class TreeServer;
 class Link;
+class Autoconnect;
 
 /** This is the main class for the spanningtree module
  */
@@ -123,7 +124,7 @@ class ModuleSpanningTree : public Module
 
        /** Connect a server locally
         */
-       void ConnectServer(Link* x);
+       void ConnectServer(Link* x, Autoconnect* y);
 
        /** Check if any servers are due to be autoconnected
         */