From ec250c6e18e56d12714f9010e1b15e5feec5f473 Mon Sep 17 00:00:00 2001 From: Andreas Ericsson Date: Sun, 23 Nov 2008 22:37:55 +0100 Subject: 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 Signed-off-by: Shawn O. Pearce --- src/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/errors.h') diff --git a/src/errors.h b/src/errors.h index e323fc511..690992508 100644 --- a/src/errors.h +++ b/src/errors.h @@ -1,6 +1,7 @@ #ifndef INCLUDE_errors_h__ #define INCLUDE_errors_h__ #include "git/errors.h" +#include /* convenience functions */ static inline int git_int_error(int code) -- cgit v1.2.1