]> git.ipfire.org Git - thirdparty/git.git/blob - add-interactive.h
Merge branch 'rs/use-skip-prefix-more'
[thirdparty/git.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