]> git.proxmox.com Git - libgit2.git/commit - src/fileops.h
Remove config.h and make fileops an internal API
authorAndreas Ericsson <ae@op5.se>
Sun, 23 Nov 2008 21:37:55 +0000 (22:37 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 2 Dec 2008 17:17:23 +0000 (09:17 -0800)
commitec250c6e18e56d12714f9010e1b15e5feec5f473
treeeb815f96b04732b893bc17c209665b211e3cab0f
parent42c07750c431b6bd77c6a9e1ff4997285932e352
Remove config.h and make fileops an internal API

Since it doesn't make sense to make the disk access stuff
portable *AND* public (that's a job for each application
imo), we can take a shortcut and just support unixy stuff
for now and get away with coding most of it as macros.

Since we go with an internal API for starters and only
provide higher-level API's to the libgit users, we'll be
ok with this approach.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile
src/errors.h
src/fileops.c [new file with mode: 0644]
src/fileops.h [new file with mode: 0644]
src/git/common.h
src/git/config.h.in [deleted file]
src/git/odb.h
src/git/oid.h
src/git/os/unix.h [deleted file]
src/os/unix.c [deleted file]