Staging
v0.5.1
Revision e2b2d6a172b76d44cb7b1ddb12ea5bfac9613a44 authored by Junio C Hamano on 23 November 2016, 19:24:59 UTC, committed by Junio C Hamano on 23 November 2016, 19:24:59 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c34a7da
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