src/nexus.h
branchmodules
changeset 57 ce1accba5fc7
parent 55 6f7f6ae729d0
child 70 a9a4c5e6aa30
--- a/src/nexus.h	Sun Mar 15 23:01:12 2009 +0200
+++ b/src/nexus.h	Sun Mar 15 23:22:57 2009 +0200
@@ -4,6 +4,9 @@
 /**
  * A nexus is the central brain of the application; the place where the main() method is implemented
  */
+
+struct nexus;
+
 #include <event2/event.h>
 #include "module.h"
 #include "irc_client.h"