]> git.proxmox.com Git - libgit2.git/commit
Hide git_odb's internal structure from applcation code
authorShawn O. Pearce <spearce@spearce.org>
Fri, 31 Oct 2008 17:57:04 +0000 (10:57 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 31 Oct 2008 18:05:05 +0000 (11:05 -0700)
commit1cd20d3af067093c571be764bef038be1a39b502
tree0ba17ded678e92f9150df14c2e9a310ff5a79baa
parent111d5ccf0bb010c4e8d7af3eedfa12ef4c5e265b
Hide git_odb's internal structure from applcation code

This way only structures we ask the caller to allocate on their
call stack or which we want to allow them to use members from
are shown in the API docs.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
src/git_odb.c
src/git_odb.h