summaryrefslogtreecommitdiff
path: root/common-init.h
diff options
context:
space:
mode:
Diffstat (limited to 'common-init.h')
-rw-r--r--common-init.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common-init.h b/common-init.h
new file mode 100644
index 0000000000..3e6db20cae
--- /dev/null
+++ b/common-init.h
@@ -0,0 +1,6 @@
+#ifndef COMMON_INIT_H
+#define COMMON_INIT_H
+
+void init_git(const char **argv);
+
+#endif /* COMMON_INIT_H */