compat / terminal.hon commit archive-zip:write_zip_entry: Remove second reset of size variable to zero. (be706c6)
   1#ifndef COMPAT_TERMINAL_H
   2#define COMPAT_TERMINAL_H
   3
   4char *git_terminal_prompt(const char *prompt, int echo);
   5
   6#endif /* COMPAT_TERMINAL_H */