More fleshing out the C-based indexing API (under construction).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80529 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/CIndex/CIndex.exports b/tools/CIndex/CIndex.exports
index 41b67a2..ac18cc8 100644
--- a/tools/CIndex/CIndex.exports
+++ b/tools/CIndex/CIndex.exports
@@ -7,7 +7,6 @@
_clang_getCursorLine
_clang_getCursorSource
_clang_getDeclarationName
-_clang_getDeclKind
_clang_getDeclSpelling
_clang_getEntity
_clang_getEntityFromDecl
@@ -15,3 +14,5 @@
_clang_loadDeclaration
_clang_loadTranslationUnit
_clang_createTranslationUnit
+_clang_isDeclaration
+_clang_getKindSpelling