aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/git.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git.h')
-rw-r--r--src/git.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/git.h b/src/git.h
index c69765c..422d353 100644
--- a/src/git.h
+++ b/src/git.h
@@ -10,8 +10,8 @@
#include <git2.h>
-int libgit_init();
-void libgit_shutdown();
+int libgit_init(void);
+void libgit_shutdown(void);
/* These never check out any files (so that we don't have to do 2 checkouts). */
int libgit_clone(git_repository **, const char *url, const char *dir);