summaryrefslogtreecommitdiff
path: root/src/diff_driver.h
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-06-10 14:16:49 -0700
committerRussell Belfer <rb@github.com>2013-06-10 14:16:49 -0700
commit596b121ae46554cf48b4e561541e1ab975dbef78 (patch)
treef8318e2aace78f721f39a85cc638ea9a707a035a /src/diff_driver.h
parent114f5a6c41ea03393e00ae41126a6ddb0ef39a15 (diff)
downloadlibgit2-596b121ae46554cf48b4e561541e1ab975dbef78.tar.gz
fix missing file and bad prototype
Diffstat (limited to 'src/diff_driver.h')
-rw-r--r--src/diff_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff_driver.h b/src/diff_driver.h
index b9881a7ed..af9fa073e 100644
--- a/src/diff_driver.h
+++ b/src/diff_driver.h
@@ -11,7 +11,7 @@
typedef struct git_diff_driver_registry git_diff_driver_registry;
-git_diff_driver_registry *git_diff_driver_registry_new();
+git_diff_driver_registry *git_diff_driver_registry_new(void);
void git_diff_driver_registry_free(git_diff_driver_registry *);
typedef struct git_diff_driver git_diff_driver;