* migrated SUBST stuff to hash
[citadel.git] / webcit / serv_func.c
index edff5ebd43a6ceee1a3d13b718f0972958d21d58..fed2011020372d934d32963f258f2be2198c49b4 100644 (file)
@@ -6,7 +6,7 @@
 #include "webserver.h"
 
 struct serv_info serv_info; /**< our connection data to the server */
-
+HashList *ServHash = NULL;//// TODO;
 /*
  * get info about the server we've connected to
  *