Raw
1 #ifndef COMMON_INIT_H
2 #define COMMON_INIT_H
3
4 void init_git(const char **argv);
5
6 #endif /* COMMON_INIT_H */