X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FEventLogger.h;h=63fb4e1aeea746e11bd29c4fc79b2c51fb5d19ee;hp=4b8927cd04449fa0ec2fb4653b0c5ef9acc98860;hb=HEAD;hpb=bb5692b9cbff069abbf9573c81e86c3cd2061ceb diff --git a/src/EventLogger.h b/src/EventLogger.h index 4b8927c..63fb4e1 100644 --- a/src/EventLogger.h +++ b/src/EventLogger.h @@ -1,4 +1,4 @@ -/* EventLogger.h - NeonServ v5.3 +/* EventLogger.h - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -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