pathspec: use C guards in header

This commit is contained in:
Carlos Martín Nieto 2014-06-10 03:53:26 +02:00
parent 281da0043c
commit 17fbf852a5

View File

@ -12,6 +12,8 @@
#include "strarray.h" #include "strarray.h"
#include "diff.h" #include "diff.h"
GIT_BEGIN_DECL
/** /**
* Compiled pathspec * Compiled pathspec
*/ */
@ -257,4 +259,5 @@ GIT_EXTERN(size_t) git_pathspec_match_list_failed_entrycount(
GIT_EXTERN(const char *) git_pathspec_match_list_failed_entry( GIT_EXTERN(const char *) git_pathspec_match_list_failed_entry(
const git_pathspec_match_list *m, size_t pos); const git_pathspec_match_list *m, size_t pos);
GIT_END_DECL
#endif #endif