From: Argyrios Kyrtzidis Date: Sun, 7 Feb 2016 18:21:28 +0000 (+0000) Subject: [libclang] Add missing CINDEX_LINKAGE from a function. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99dd83c613ca0936945b135a4e96e125e4a71e31;p=clang [libclang] Add missing CINDEX_LINKAGE from a function. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260047 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index c29a201d84..928412682c 100644 --- a/include/clang-c/Index.h +++ b/include/clang-c/Index.h @@ -3656,8 +3656,8 @@ typedef enum CXChildVisitResult * Visits the children of a cursor using the specified block. Behaves * identically to clang_visitChildren() in all other respects. */ -unsigned clang_visitChildrenWithBlock(CXCursor parent, - CXCursorVisitorBlock block); +CINDEX_LINKAGE unsigned clang_visitChildrenWithBlock(CXCursor parent, + CXCursorVisitorBlock block); # endif #endif