X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=0402eed737dc4c31e87f68c512b779dbbe5f5145;hb=03cf178811e60606be2f2a9b4bd3f8d28784bb44;hp=a140e50586ae1bf9308932fe115c67e4f26544ca;hpb=911761857bb723f0ead985a87b5c8680eac41641;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index a140e5058..0402eed73 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -21,4 +21,11 @@ struct webcontent { char w_data[256]; }; +struct urlcontent { + struct urlcontent *next; + char url_key[32]; + char *url_data; + }; + void serv_printf(const char *format, ...); +char *bstr();