summaryrefslogtreecommitdiff
path: root/reflog-walk.h
diff options
context:
space:
mode:
Diffstat (limited to 'reflog-walk.h')
-rw-r--r--reflog-walk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/reflog-walk.h b/reflog-walk.h
index 27886f7..af32361 100644
--- a/reflog-walk.h
+++ b/reflog-walk.h
@@ -20,4 +20,6 @@ extern void get_reflog_selector(struct strbuf *sb,
const struct date_mode *dmode, int force_date,
int shorten);
+extern int reflog_walk_empty(struct reflog_walk_info *walk);
+
#endif