X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FHandleInfoHandler.h;h=e77c4940ec2e263c5774f28292dc04e5f8f0ac2c;hp=c44b9a15e3a766691e9bca65f806c51a4b4b9c17;hb=902ebfe5551be2daa3edf8141bcee91f62c0a5e0;hpb=8a990d2c87f8f8a6ca26dd2c6afef161dab2eb9e diff --git a/src/HandleInfoHandler.h b/src/HandleInfoHandler.h index c44b9a1..e77c494 100644 --- a/src/HandleInfoHandler.h +++ b/src/HandleInfoHandler.h @@ -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