diff options
author | Ramsay Jones <ramsay@ramsayjones.plus.com> | 2018-09-19 02:11:44 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-20 20:50:00 +0200 |
commit | 611023f88f105d3976c546c1b7d9470f51ee1ba4 (patch) | |
tree | 02c5c0a39b6bbcfb85d03d5e3696782e31f69295 /refs | |
parent | refs/ref-cache.h: add missing declarations (hdr-check) (diff) | |
download | git-611023f88f105d3976c546c1b7d9470f51ee1ba4.tar.xz git-611023f88f105d3976c546c1b7d9470f51ee1ba4.zip |
refs/packed-backend.h: add missing declaration (hdr-check)
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs')
-rw-r--r-- | refs/packed-backend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/refs/packed-backend.h b/refs/packed-backend.h index 640245d3b9..a01a0aff9c 100644 --- a/refs/packed-backend.h +++ b/refs/packed-backend.h @@ -1,6 +1,8 @@ #ifndef REFS_PACKED_BACKEND_H #define REFS_PACKED_BACKEND_H +struct ref_transaction; + /* * Support for storing references in a `packed-refs` file. * |