summaryrefslogtreecommitdiff
path: root/tests/refs/reflog/reflog_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/refs/reflog/reflog_helpers.c')
-rw-r--r--tests/refs/reflog/reflog_helpers.c3
1 files changed, 2 insertions, 1 deletions
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];