From: Stefan Beller Date: Fri, 12 Dec 2014 08:57:02 +0000 (+0100) Subject: refs.c: don't expose the internal struct ref_lock in the header file X-Git-Tag: v2.4.0-rc0~133^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3581d793351dba4e4a2f779a72f39d6ae84c1c2c?hp=3581d793351dba4e4a2f779a72f39d6ae84c1c2c refs.c: don't expose the internal struct ref_lock in the header file Now the struct ref_lock is used completely internally, so let's remove it from the header file. Signed-off-by: Stefan Beller Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano ---