Sign in
code
/
git
/
569fb49fce19cf1dc80e7d99d8a4267827f28da3
/
.
/
prompt.h
blob: 04f321a781d37af780b906c2a4564c08eea830c8 [
file
]
#ifndef
PROMPT_H
#define
PROMPT_H
#define
PROMPT_ASKPASS
(
1
<<
0
)
#define
PROMPT_ECHO
(
1
<<
1
)
char
*
git_prompt
(
const
char
*
prompt
,
int
flags
);
char
*
git_getpass
(
const
char
*
prompt
);
#endif
/* PROMPT_H */