X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsubst.h;h=fa599ebcb969c312e0ada6ee30d54d7b7b87c248;hb=59d57c03ddbfbb96ae3c5264176e6856b48f3f30;hp=2d669b3e9d8036493c45844c9a8480d6296b0151;hpb=a659ab73f8435b0aadfec50cf711765b0e6684cd;p=citadel.git diff --git a/webcit/subst.h b/webcit/subst.h index 2d669b3e9..fa599ebcb 100644 --- a/webcit/subst.h +++ b/webcit/subst.h @@ -173,8 +173,10 @@ void StrBufAppendTemplate(StrBuf *Target, WCTemplputParams *TP, const StrBuf *Source, int FormatTypeIndex); -CompareFunc RetrieveSort(WCTemplputParams *TP, const char *OtherPrefix, - const char *Default, long ldefault, long DefaultDirection); +CompareFunc RetrieveSort(WCTemplputParams *TP, + const char *OtherPrefix, long OtherPrefixLen, + const char *Default, long ldefault, + long DefaultDirection); void RegisterSortFunc(const char *name, long len, const char *prepend, long preplen, CompareFunc Forward,