X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FEventLogger.h;fp=src%2FEventLogger.h;h=312aa21d406baa91b295cbef47a2334473058e34;hp=4b8927cd04449fa0ec2fb4653b0c5ef9acc98860;hb=706e48b1e666054030c491d864f740071e390038;hpb=b53d0c5f88063f075a48a0426f9d5d6b3490b9fc diff --git a/src/EventLogger.h b/src/EventLogger.h index 4b8927c..312aa21 100644 --- a/src/EventLogger.h +++ b/src/EventLogger.h @@ -35,8 +35,9 @@ struct Event { struct Event *next; }; +#ifndef DND_FUNCTIONS struct Event *createEvent(struct ClientSocket *client, struct UserNode *user, struct ChanNode *chan, struct cmd_binding *command, char **args, int argc, int flags); -void logEvent(struct Event *event); +/* MODULAR ACCESSIBLE */ void logEvent(struct Event *event); void destroyEvents(); - -#endif \ No newline at end of file +#endif +#endif