Revision ed6ce4382b5cb34e98ca3db2f19de82a037da322 authored by Junio C Hamano on 26 March 2012, 19:10:05 UTC, committed by Junio C Hamano on 26 March 2012, 19:10:05 UTC
* ms/maint-config-error-at-eol-linecount:
  config: report errors at the EOL with correct line number
2 parent s a12c6b0 + 4b34059
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);
char *git_getpass(const char *prompt);

#endif /* PROMPT_H */
back to top