completed part of the login procedure
[citadel.git] / webcit / webcit.h
index a140e50586ae1bf9308932fe115c67e4f26544ca..0402eed737dc4c31e87f68c512b779dbbe5f5145 100644 (file)
@@ -21,4 +21,11 @@ struct webcontent {
        char w_data[256];
        };
 
+struct urlcontent {
+       struct urlcontent *next;
+       char url_key[32];
+       char *url_data;
+       };
+
 void serv_printf(const char *format, ...);
+char *bstr();