aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/git.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/git.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/git.c b/src/git.c
index c2d63e3..4acf0e9 100644
--- a/src/git.c
+++ b/src/git.c
@@ -19,7 +19,7 @@
log_err("%s: %s\n", fn, msg); \
} while (0)
-int libgit_init()
+int libgit_init(void)
{
int ret = 0;
@@ -32,7 +32,7 @@ int libgit_init()
return 0;
}
-void libgit_shutdown()
+void libgit_shutdown(void)
{
git_libgit2_shutdown();
}