]> code.citadel.org Git - citadel.git/blobdiff - citadel/client_passwords.h
* Removed references to strucmp() and struncmp(), replaced them with
[citadel.git] / citadel / client_passwords.h
diff --git a/citadel/client_passwords.h b/citadel/client_passwords.h
new file mode 100644 (file)
index 0000000..1945ff0
--- /dev/null
@@ -0,0 +1,16 @@
+void determine_pwfilename(char *);
+void get_stored_password(
+               char *host,
+               char *port,
+               char *username,
+               char *password);
+void set_stored_password(
+               char *host,
+               char *port,
+               char *username,
+               char *password);
+void offer_to_remember_password(
+               char *host,
+               char *port,
+               char *username,
+               char *password);