built-in add -i: start implementing the `patch` functionality in C
[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 int run_add_p(struct repository *r, const struct pathspec *ps);
8
9 #endif