X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Flib%2Flibcitadel.h;h=f69003bee6831e9fe6f0963d13f1ad86e406f6bc;hb=0ee563d0c20386cc61fc376b555b4e7e242e3c9c;hp=76ce884d00a8fc05f8782a29bb8496c0934aca99;hpb=93b07e896449408e36a0643a9cbed1f99184f810;p=citadel.git diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 76ce884d0..f69003bee 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -324,7 +324,7 @@ void 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); -int is_msg_in_sequence_set(char *mset, long msgnum); +int is_msg_in_sequence_set(const char *mset, long msgnum); char *memreadline(char *start, char *buf, int maxlen); char *memreadlinelen(char *start, char *buf, int maxlen, int *retlen); #define IsEmptyStr(a) ((a)[0] == '\0')