Revision 3347e76939a9b48b58334d0d82627014633ae9cb authored by Changwoo Ryu on 01 August 2017, 03:32:00 UTC, committed by Changwoo Ryu on 01 August 2017, 03:32:00 UTC
Signed-off-by: Changwoo Ryu <cwryu@debian.org>
1 parent a4f1674
Raw File
prompt.h
#ifndef PROMPT_H
#define PROMPT_H

#define PROMPT_ASKPASS (1<<0)
#define PROMPT_ECHO    (1<<1)

char *git_prompt(const char *prompt, int flags);

#endif /* PROMPT_H */
back to top