Sign in
code
/
git
/
85edf4f58b5368e2f2acc4bce0d10e1ca9d6c879
/
.
/
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 */