X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fserver%2Fwebcit.h;h=7cc853a4de93a013f8a8aba908c59ac2cad5dcc2;hb=1a061e3dcbc2789e86224e3a67d94608bd20deb7;hp=c9ce2913293412f5d7534a27cabc4c25fb127255;hpb=1c80a967ee3b72c82a95f7dbb951fa68adccb1d8;p=citadel.git diff --git a/webcit-ng/server/webcit.h b/webcit-ng/server/webcit.h index c9ce29132..7cc853a4d 100644 --- a/webcit-ng/server/webcit.h +++ b/webcit-ng/server/webcit.h @@ -138,6 +138,7 @@ 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 *); +void ctdl_p(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);