From b2ac89127af9dde5c3addbd3e00eedd9f498cfab Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Sat, 25 Jun 2016 20:23:51 +0100 Subject: 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 --- cgit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cgit.h') 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 */ -- cgit v1.2.3-56-ge451