diff options
Diffstat (limited to 'reflog-walk.h')
-rw-r--r-- | reflog-walk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/reflog-walk.h b/reflog-walk.h index 27886f793e..af32361072 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 |