From 17fbf852a5c210cfa6a4e1e906dd9e35d2adc1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Tue, 10 Jun 2014 03:53:26 +0200 Subject: pathspec: use C guards in header --- include/git2/pathspec.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/git2/pathspec.h b/include/git2/pathspec.h index 2fb0bb71..de6f027c 100644 --- a/include/git2/pathspec.h +++ b/include/git2/pathspec.h @@ -12,6 +12,8 @@ #include "strarray.h" #include "diff.h" +GIT_BEGIN_DECL + /** * 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( const git_pathspec_match_list *m, size_t pos); +GIT_END_DECL #endif -- cgit v1.2.1