7 lines
66 B
C
7 lines
66 B
C
#ifndef GIT_H_
|
|
#define GIT_H_
|
|
|
|
int ginit();
|
|
|
|
#endif /* GIT_H_ */
|