How about that ... we're now correctly handling the reply-references and carrying...
[citadel.git] / webcit-ng / webcit.h
index 06269da81553cfcf0bc7a5dd921dcb67f997a222..c3e326dfb7fd889b1351e5d204058ff23b365f72 100644 (file)
@@ -137,6 +137,7 @@ void ctdl_u(struct http_transaction *, struct ctdlsession *);
 struct ctdlsession *connect_to_citadel(struct http_transaction *);
 void disconnect_from_citadel(struct ctdlsession *);
 char *header_val(struct http_transaction *h, char *requested_header);
+char *get_url_param(struct http_transaction *h, char *requested_param);
 int unescape_input(char *);
 void http_redirect(struct http_transaction *h, char *to_where);
 char *http_datestring(time_t xtime);