mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-20 00:42:38 +00:00
pathspec: use C guards in header
This commit is contained in:
parent
281da0043c
commit
17fbf852a5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user