encode_uint32 second parameter should be uint32_t, not unsigned long
[git-daemon2.git] / client / srp_askpass.h
blobcb79d342f22d5182da9df9621c6ffc59a03e4e3b
1 /*
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.
7 */
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);
16 #endif