X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fwebcit.h;h=c98be4b71eeb2ccb763d682e2a6179818913f8e3;hb=a950795fe131cad9e3007bd1c3c28beec5a87e0f;hp=fbf071358f74660c2333f6d9e9e2ee602ca769a7;hpb=1a6ba52d8841262a040ec5ef35203b41a942642b;p=citadel.git diff --git a/webcit-ng/webcit.h b/webcit-ng/webcit.h index fbf071358..c98be4b71 100644 --- a/webcit-ng/webcit.h +++ b/webcit-ng/webcit.h @@ -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 *);