X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=c71fa59ccf9f0bcbb1115d798abfc5e940ebad1e;hb=2cd5cf763302ab3aeaff98e84cf2df7ee48a7272;hp=aa9e11b549dc3620c2dc7c7abb030ba209410dce;hpb=b96ac1ed55827953b6195feec49abf5accf8f11d;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index aa9e11b54..c71fa59cc 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -558,7 +558,6 @@ void _fmout(StrBuf *Targt, char *align); void pullquote_fmout(void); void wDumpContent(int); - /* These may return NULL if not foud */ #define sbstr(a) SBstr(a, sizeof(a) - 1) const StrBuf *SBSTR(const char *key); @@ -677,6 +676,7 @@ void SVPUTBuf(const char *keyname, int keylen, StrBuf *Buf, int ref); void DoTemplate(const char *templatename, long len, void *Context, StrBuf *Target); #define do_template(a, b) DoTemplate(a, sizeof(a) -1, b, NULL); +void url_do_template(void); int lingering_close(int fd);