src/nexus.h
branchmodules
changeset 57 ce1accba5fc7
parent 55 6f7f6ae729d0
child 70 a9a4c5e6aa30
equal deleted inserted replaced
56:942370000450 57:ce1accba5fc7
     2 #define NEXUS_H
     2 #define NEXUS_H
     3 
     3 
     4 /**
     4 /**
     5  * A nexus is the central brain of the application; the place where the main() method is implemented
     5  * A nexus is the central brain of the application; the place where the main() method is implemented
     6  */
     6  */
       
     7 
       
     8 struct nexus;
       
     9 
     7 #include <event2/event.h>
    10 #include <event2/event.h>
     8 #include "module.h"
    11 #include "module.h"
     9 #include "irc_client.h"
    12 #include "irc_client.h"
    10 
    13 
    11 /**
    14 /**