1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-20 05:43:54 +02:00

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>
This commit is contained in:
Ramsay Jones 2018-09-19 01:11:44 +01:00 committed by Junio C Hamano
parent 440984b2d6
commit 611023f88f

View File

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