]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* remove xtoi, its not used anymore.
[citadel.git] / webcit / webcit.h
index 34fe3934d1ec42e63b72c5ec0c5cc8116cdd01f1..3f3fc6b30f380bb756eef8e09a797138031ef394 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,
@@ -791,7 +786,6 @@ void end_tab(int tabnum, int num_tabs);
 void str_wiki_index(char *s);
 long guess_calhourformat(void);
 int get_time_format_cached (void);
-int xtoi(const char *in, size_t len);
 const char *get_selected_language(void);
 void display_wiki_pagelist(void);