* migrate more of the upload handling to strbuf
[citadel.git] / webcit / cookie_conversion.c
index 58a5742f93903d759537f37e2a5083271f760035..1a3465d3443d624234e3be88d1e8ca8a787dded5 100644 (file)
@@ -10,7 +10,7 @@ typedef unsigned char byte;         /* Byte type used by cookie_to_stuff() */
  * Pack all session info into one easy-to-digest cookie. Healthy and delicious!
  */
 void stuff_to_cookie(char *cookie, size_t clen, int session,
-               StrBuf *user, StrBuf *pass, StrBuf *room, char *language)
+               StrBuf *user, StrBuf *pass, StrBuf *room, const char *language)
 {
        char buf[SIZ];
        int i;