Staging
v0.5.1
Revision 0f8e831356d4f1a34baf46bb1a6b2d4c89ec9cb8 authored by Junio C Hamano on 18 May 2016, 21:45:08 UTC, committed by Junio C Hamano on 18 May 2016, 22:32:41 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6610669
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