* const mset pointer, as we don't need to write on it.
[citadel.git] / libcitadel / lib / libcitadel.h
index 76ce884d00a8fc05f8782a29bb8496c0934aca99..f69003bee6831e9fe6f0963d13f1ad86e406f6bc 100644 (file)
@@ -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')