X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=39a85b362b4766412a4bf248b6bafbfc0e810fc7;hb=d6969948bc92eba2a0bb25053907a2e745d5a2c0;hp=eeb4c5783d54948b6585e44d13c741dfa4eeaf0d;hpb=ba8fa67d0ae3015d55ffa546aa7c30823643f06b;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index eeb4c5783..39a85b362 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -455,7 +455,7 @@ void begin_critical_section(int which_one); void end_critical_section(int which_one); -void stuff_to_cookie(char *cookie, int session, +void stuff_to_cookie(char *cookie, size_t clen, int session, char *user, char *pass, char *room); void cookie_to_stuff(char *cookie, int *session, char *user, size_t user_len,