]> code.citadel.org Git - citadel.git/blobdiff - textclient/src/include/client_passwords.h
Ultra-simplification of the build system for the text client.
[citadel.git] / textclient / src / include / client_passwords.h
diff --git a/textclient/src/include/client_passwords.h b/textclient/src/include/client_passwords.h
deleted file mode 100644 (file)
index 2b0d0d6..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/* 
- * 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);