ep/git.h

9 lines
102 B
C
Raw Normal View History

#ifdef GIT_H
#define GIT_H
extern char *git_branch_name;
void *get_git_branch_name(void *);
#endif