Welcome to mirror list, hosted at ThFree Co, Russian Federation.

add-interactive.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7043b8741d7bd367f8b347093feac23f55d92879 (plain)
1
2
3
4
5
6
7
8
#ifndef ADD_INTERACTIVE_H
#define ADD_INTERACTIVE_H

struct repository;
struct pathspec;
int run_add_i(struct repository *r, const struct pathspec *ps);

#endif