common-init.h (4 lines of code) (raw):

#ifndef COMMON_INIT_H #define COMMON_INIT_H void init_git(const char **argv); #endif /* COMMON_INIT_H */