Staging
v0.5.1
Revision 66d2a6159f511924e7e0b8a21c93538879bfd622 authored by Johannes Schindelin on 04 December 2019, 18:58:46 UTC, committed by Johannes Schindelin on 06 December 2019, 15:26:15 UTC
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 2ddcccf
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