8 lines
156 B
C
8 lines
156 B
C
#ifndef WHY2_GIT_H
|
|
#define WHY2_GIT_H
|
|
|
|
#include <git2.h>
|
|
|
|
int cloneRepository(git_repository *repo, int argc, char **argv); // CLONES GIT REPOSITORY
|
|
|
|
#endif |