Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17fbf85

Browse files
committed
pathspec: use C guards in header
1 parent 281da00 commit 17fbf85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/git2/pathspec.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include "strarray.h"
1313
#include "diff.h"
1414

15+
GIT_BEGIN_DECL
16+
1517
/**
1618
* Compiled pathspec
1719
*/
@@ -257,4 +259,5 @@ GIT_EXTERN(size_t) git_pathspec_match_list_failed_entrycount(
257259
GIT_EXTERN(const char *) git_pathspec_match_list_failed_entry(
258260
const git_pathspec_match_list *m, size_t pos);
259261

262+
GIT_END_DECL
260263
#endif

0 commit comments

Comments
 (0)