From 0b0e608b63a82e257b01af2eb2dd4b483a78a2bf Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Thu, 11 Nov 2021 19:58:49 +0000 Subject: tests: include function declarations --- tests/refs/reflog/reflog_helpers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/refs/reflog/reflog_helpers.c') diff --git a/tests/refs/reflog/reflog_helpers.c b/tests/refs/reflog/reflog_helpers.c index 22619a4e3..2ea41ee06 100644 --- a/tests/refs/reflog/reflog_helpers.c +++ b/tests/refs/reflog/reflog_helpers.c @@ -2,8 +2,9 @@ #include "repository.h" #include "reflog.h" +#include "reflog_helpers.h" -static int reflog_entry_tostr(git_str *out, const git_reflog_entry *entry) +int reflog_entry_tostr(git_str *out, const git_reflog_entry *entry) { char old_oid[GIT_OID_HEXSZ], new_oid[GIT_OID_HEXSZ]; -- cgit v1.2.1