t/check-non-portable-shell: detect "FOO= shell_func", too
[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