aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2016-06-25 20:23:51 +0100
committerRichard Maw <richard.maw@gmail.com>2016-07-13 20:09:37 +0100
commitb2ac89127af9dde5c3addbd3e00eedd9f498cfab (patch)
tree53af9f14fbf96f1759c1b0e04e789bfb1326d2c4 /cgit.h
parentFix archive generation (diff)
downloadcgit-b2ac89127af9dde5c3addbd3e00eedd9f498cfab.tar.xz
cgit-b2ac89127af9dde5c3addbd3e00eedd9f498cfab.zip
Add a wrapper for get_sha1 called cgit_get_sha1
This will later be changed to include namespace resolution, but the call sites are changed now to keep the changes small. Signed-off-by: Richard Maw <richard.maw@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 325432b..49f0557 100644
--- a/cgit.h
+++ b/cgit.h
@@ -391,4 +391,6 @@ extern char *expand_macros(const char *txt);
extern char *get_mimetype_for_filename(const char *filename);
+extern int cgit_get_sha1(const char *name, unsigned char *sha1);
+
#endif /* CGIT_H */