tried to reorder the program structure and build process
[NeonServV5.git] / HandleInfoHandler.h
diff --git a/HandleInfoHandler.h b/HandleInfoHandler.h
deleted file mode 100644 (file)
index e51fe8d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _HandleInfoHandler_h
-#define _HandleInfoHandler_h
-
-#include "main.h"
-
-struct ClientSocket;
-struct UserNode;
-
-#define AUTHLOOKUP_CALLBACK(NAME) void NAME(UNUSED_ARG(char *auth), UNUSED_ARG(int exists), UNUSED_ARG(void *data))
-typedef AUTHLOOKUP_CALLBACK(authlookup_callback_t);
-
-void lookup_authname(char *auth, authlookup_callback_t callback, void *data);
-void init_handleinfohandler();
-void free_handleinfohandler();
-
-#endif
\ No newline at end of file