about summary refs log tree commit diff
path: root/third_party/git/compat/terminal.h
#ifndef COMPAT_TERMINAL_H
#define COMPAT_TERMINAL_H

char *git_terminal_prompt(const char *prompt, int echo);

#endif /* COMPAT_TERMINAL_H */