diff mbox series

[5/9] refs/packed-backend.h: add missing declaration (hdr-check)

Message ID e0e42ac7-2f7e-a989-446b-d5f5e2a780f0@ramsayjones.plus.com (mailing list archive)
State New, archived
Headers show
Series [1/9] Makefile: add a hdr-check target | expand

Commit Message

Ramsay Jones Sept. 19, 2018, 12:11 a.m. UTC
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
---
 refs/packed-backend.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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.
  *