From b46708aaf953df11fa62fe1c718b794c874873ff Mon Sep 17 00:00:00 2001 From: Paul Thompson Date: Thu, 11 Oct 2012 23:04:08 +1100 Subject: Separated git_strarray from common.h. Added doxy comments. --- include/git2/common.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'include/git2/common.h') diff --git a/include/git2/common.h b/include/git2/common.h index 0af37e81f..dd6909f90 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -85,14 +85,6 @@ GIT_BEGIN_DECL */ #define GIT_PATH_MAX 4096 -typedef struct { - char **strings; - size_t count; -} git_strarray; - -GIT_EXTERN(void) git_strarray_free(git_strarray *array); -GIT_EXTERN(int) git_strarray_copy(git_strarray *tgt, const git_strarray *src); - /** * Return the version of the libgit2 library * being currently used. @@ -128,4 +120,5 @@ GIT_EXTERN(int) git_libgit2_capabilities(void); /** @} */ GIT_END_DECL + #endif -- cgit v1.2.1