X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FHandleInfoHandler.h;h=cb645c92446c1c0ffdb38f387ec1940c68b96669;hb=78e040af3fcc36ab684611c0f98b4381ff420878;hp=c44b9a15e3a766691e9bca65f806c51a4b4b9c17;hpb=706e48b1e666054030c491d864f740071e390038;p=NeonServV5.git diff --git a/src/HandleInfoHandler.h b/src/HandleInfoHandler.h index c44b9a1..cb645c9 100644 --- a/src/HandleInfoHandler.h +++ b/src/HandleInfoHandler.h @@ -1,4 +1,4 @@ -/* HandleInfoHandler.h - NeonServ v5.3 +/* HandleInfoHandler.h - NeonServ v5.5 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -27,7 +27,7 @@ typedef AUTHLOOKUP_CALLBACK(authlookup_callback_t); #ifndef DND_FUNCTIONS void clear_handleinfoqueue(struct ClientSocket *client); -/* MODULAR ACCESSIBLE */ 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