X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Flib%2Flibcitadel.h;h=12be21c1c6c14dc90114a147b52910c385a9e2de;hb=97268e8137611f2fa2c1cfc0f543f6b3dfe764e7;hp=0f4f6e2d19e6f8ff2fe69d2ff4b7fcdc7c8b6727;hpb=5bc5607198f7d7629d451eacfb2cbe662aa7473f;p=citadel.git diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 0f4f6e2d1..12be21c1c 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -343,7 +343,7 @@ size_t CtdlEncodeBase64(char *dest, const char *source, size_t sourcelen, int li int CtdlDecodeBase64(char *dest, const char *source, size_t length); unsigned int decode_hex(char *Source); int CtdlDecodeQuotedPrintable(char *decoded, char *encoded, int sourcelen); -long striplt(char *); +size_t striplt(char *); int haschar(const char *st, int ch); void remove_token(char *source, int parmnum, char separator); void fmt_date(char *buf, size_t n, time_t thetime, int seconds);