]> git.ipfire.org Git - thirdparty/git.git/blob - add-interactive.h
Start the 2.46 cycle
[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