Staging
v0.5.1
Revision 0d0ac3826a3bbb9247e39e12623bbcfdd722f24c authored by Junio C Hamano on 15 December 2018, 03:31:34 UTC, committed by Junio C Hamano on 15 December 2018, 03:31:34 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8324302
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