ep/ep.h

9 lines
117 B
C
Raw Normal View History

2021-02-21 22:43:22 -06:00
#ifndef EP_H
#define EP_H
2021-02-21 22:43:22 -06:00
/* from git.c */
extern char *git_branch_name;
void *get_git_branch_name(void *);
#endif