/ctdl/f/ to get a list of all floors
[citadel.git] / webcit-ng / webcit.h
index fbf071358f74660c2333f6d9e9e2ee602ca769a7..c98be4b71eeb2ccb763d682e2a6179818913f8e3 100644 (file)
@@ -124,6 +124,7 @@ void do_404(struct http_transaction *);
 void output_static(struct http_transaction *);
 int uds_connectsock(char *sockpath);
 void ctdl_a(struct http_transaction *, struct ctdlsession *);
+void ctdl_f(struct http_transaction *, struct ctdlsession *);
 void ctdl_r(struct http_transaction *, struct ctdlsession *);
 void ctdl_u(struct http_transaction *, struct ctdlsession *);
 struct ctdlsession *connect_to_citadel(struct http_transaction *);