refs.c: make the *_packed_refs functions static
commit80ba3099f5781dc16d11ad8a8dc6f17eb9797e1d
authorRonnie Sahlberg <sahlberg@google.com>
Wed, 30 Jul 2014 21:55:41 +0000 (30 14:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 31 Jul 2014 20:43:14 +0000 (31 13:43 -0700)
tree5d8ad3cadf9734207cd73777e886303da8d3e332
parentfb5e35aaa421b404c8a6ef4533830c039125f63d
refs.c: make the *_packed_refs functions static

We no longer need to expose the lock/add/commit/rollback functions
for packed refs anymore so make them static and remove them from the
public api.

Signed-off-by: Ronnie Sahlberg <sahlberg@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c
refs.h