X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fwebcit.h;h=af08f6fddb2c3d307c1c76fe1705f748f564347a;hb=35406dcce3e45f6a52012ded8bb9fa5e99f484d9;hp=4d5f51c56c124b0bb95eae83aa851f221b41d924;hpb=7dd36f04246952793553284d8cf56c240d6791c3;p=citadel.git diff --git a/webcit-ng/webcit.h b/webcit-ng/webcit.h index 4d5f51c56..af08f6fdd 100644 --- a/webcit-ng/webcit.h +++ b/webcit-ng/webcit.h @@ -135,6 +135,7 @@ int uds_connectsock(char *sockpath); int tcp_connectsock(char *host, char *service); void ctdl_a(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 *); void disconnect_from_citadel(struct ctdlsession *); char *header_val(struct http_transaction *h, char *requested_header);