2 * Copyright (C) Ilari Liusvaara 2009
4 * This code is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
8 #ifndef _srp_askpass__h__included__
9 #define _srp_askpass__h__included__
11 /* Get password. Return is malloced */
12 char *get_password(const char *prompt
);
13 char *get_srp_password(const char *username
);
14 char *get_ssh_password(const char *keyname
);