completion: clean up the __git_find_on_cmdline() helper function
[git] / add-interactive.h
1 #ifndef ADD_INTERACTIVE_H
2 #define ADD_INTERACTIVE_H
3
4 struct repository;
5 struct pathspec;
6 int run_add_i(struct repository *r, const struct pathspec *ps);
7
8 #endif