Upgrade libgit2
[TortoiseGit.git] / src / TortoisePlink / LoginDialog.h
blob02555e4d35092785a67d0640d1747a577f79e66e
1 // TortoiseGit - a Windows shell extension for easy version control
3 // Copyright (C) 2018 - TortoiseGit
4 // Copyright (C) 2000 - Francis Irving
5 // <francis@flourish.org> - May 2000
7 // This program is free software; you can redistribute it and/or
8 // modify it under the terms of the GNU General Public License
9 // as published by the Free Software Foundation; either version 2
10 // of the License, or (at your option) any later version.
12 // This program is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 // GNU General Public License for more details.
17 // You should have received a copy of the GNU General Public License
18 // along with this program; if not, write to the Free Software
19 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 #ifndef LOGIN_DIALOG_H
22 #define LOGIN_DIALOG_H
24 #include <windows.h>
26 #define MAX_LENGTH_PASSWORD 256
28 #ifdef __cplusplus
29 extern "C"
31 #endif
32 BOOL DoLoginDialog(char* password, int maxlen, const char* prompt);
34 HWND GetParentHwnd();
36 #ifdef __cplusplus
38 #endif
40 #endif