Staging
v0.5.1
Revision c735d7470e75a7a14e9ac2d9ff8876a30615047a authored by Johannes Schindelin on 12 February 2021, 14:49:36 UTC, committed by Johannes Schindelin on 12 February 2021, 14:49:36 UTC
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent b1726b1
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