]> code.citadel.org Git - citadel.git/blobdiff - citadel/client_passwords.c
* Allow multiple simultaneous IPC connections. All changes necessary for
[citadel.git] / citadel / client_passwords.c
index ebc8a6644635ca6a8c9e6fff7d9d3d8f9f97f71d..d755f363b86067c56126a867ec27005b93de6054 100644 (file)
@@ -17,6 +17,7 @@
 #include <limits.h>
 #include <stdio.h>
 #include "citadel.h"
+#include "citadel_ipc.h"
 #include "tools.h"
 #include "commands.h"
 
@@ -126,7 +127,7 @@ void set_stored_password(
 /*
  * Set the password if the user wants to, clear it otherwise 
  */
-void offer_to_remember_password(
+void offer_to_remember_password(CtdlIPC *ipc,
                char *host,
                char *port,
                char *username,