X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FHandleInfoHandler.h;h=a796a6d93d874f00ca530f680775d231dd0c8576;hp=d5bb9bdf2d806188d134bbfe4913d71583a78a53;hb=f6bdc9d0fc8db22c265918f3325e11177fd001b9;hpb=c32e8254ec4ed0d77757e32f8aa5aabcdb494057 diff --git a/src/HandleInfoHandler.h b/src/HandleInfoHandler.h index d5bb9bd..a796a6d 100644 --- a/src/HandleInfoHandler.h +++ b/src/HandleInfoHandler.h @@ -1,4 +1,4 @@ -/* HandleInfoHandler.h - NeonServ v5.3 +/* HandleInfoHandler.h - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -25,9 +25,10 @@ struct UserNode; #define AUTHLOOKUP_CALLBACK(NAME) void NAME(UNUSED_ARG(char *auth), UNUSED_ARG(int exists), UNUSED_ARG(time_t registered), UNUSED_ARG(void *data)) typedef AUTHLOOKUP_CALLBACK(authlookup_callback_t); +#ifndef DND_FUNCTIONS void clear_handleinfoqueue(struct ClientSocket *client); -void lookup_authname(char *auth, authlookup_callback_t callback, void *data); +/* MODULAR ACCESSIBLE */ void lookup_authname(char *auth, int module_id, authlookup_callback_t callback, void *data); void init_handleinfohandler(); void free_handleinfohandler(); - -#endif \ No newline at end of file +#endif +#endif