X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=c00cf59e1bfa1328aa8a51978dc51bf099fe5bdd;hb=4749c0d69445c9475aece3211ecef389e6e29c43;hp=6b3de478d879568b783b2a26b214b1f8be254775;hpb=27894d501e017e45172cae54097693b46bce86c4;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 6b3de478d..c00cf59e1 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -555,7 +555,9 @@ struct wcsession { long *IBSettingsVec; /* which icons should be shown / not shown? */ const StrBuf *floordiv_expanded; /* which floordiv currently expanded */ - +/* Transcoding cache buffers; used to avoid to frequent realloc */ + StrBuf *ConvertBuf1; + StrBuf *ConvertBuf2; /* cache stuff for templates. TODO: find a smartrer way */ HashList *ServCfg; /* cache our server config for editing */ @@ -581,7 +583,6 @@ enum { MAX_SEMAPHORES }; - #ifndef num_parms #define num_parms(source) num_tokens(source, '|') #endif