Revision bd5fba827b64e7efd88a24e0d2c4500bed5a6eba authored by Jiang Xin on 14 March 2021, 14:34:46 UTC, committed by Jiang Xin on 14 March 2021, 14:34:46 UTC
* 'master' of github.com:Softcatala/git-po:
  l10n: Update Catalan translation
2 parent s 2d89752 + a9926ec
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);

int git_read_line_interactively(struct strbuf *line);

#endif /* PROMPT_H */
back to top