]> code.citadel.org Git - citadel.git/blobdiff - textclient/src/include/client_passwords.h
Citadel Client: move into its own directory
[citadel.git] / textclient / src / include / client_passwords.h
diff --git a/textclient/src/include/client_passwords.h b/textclient/src/include/client_passwords.h
new file mode 100644 (file)
index 0000000..2b0d0d6
--- /dev/null
@@ -0,0 +1,29 @@
+/* 
+ * Copyright (c) 1987-2012 by the citadel.org team
+ *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ */
+
+
+void determine_pwfilename(char *pwfile, size_t n);
+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(CtdlIPC *ipc,
+               char *host,
+               char *port,
+               char *username,
+               char *password);