OSDN Git Service

Git DLL get hash basic work
[tortoisegit/TortoiseGitJp.git] / ext / gitdll / gitdll.h
index 2b83be8..f887712 100644 (file)
@@ -30,4 +30,5 @@ GITDLL_API int ngitdll;
 GITDLL_API int fngitdll(void);\r
 \r
 GITDLL_API char * get_git_last_error();\r
-GITDLL_API int git_get_sha1(const char *name, unsigned char *sha1);
\ No newline at end of file
+GITDLL_API int git_get_sha1(const char *name, unsigned char *sha1);\r
+GITDLL_API int git_init();
\ No newline at end of file