* use the HexEscAppend thing instead of printf appending...
[citadel.git] / webcit / webcit.h
index 34fe3934d1ec42e63b72c5ec0c5cc8116cdd01f1..778722d72410be491041b64d3fa60562add9b083 100644 (file)
@@ -583,13 +583,8 @@ void InitialiseSemaphores(void);
 void begin_critical_section(int which_one);
 void end_critical_section(int which_one);
 
-void stuff_to_cookie(char *cookie, size_t clen,
-               int session,
-               StrBuf *user,
-               StrBuf *pass,
-               StrBuf *room,
-               const char *language
-);
+void stuff_to_cookie(int unset_cookie);
+
 void cookie_to_stuff(StrBuf *cookie,
                int *session,
                StrBuf *user,