aboutsummaryrefslogtreecommitdiffstats
path: root/typedatabase.h
diff options
context:
space:
mode:
Diffstat (limited to 'typedatabase.h')
-rw-r--r--typedatabase.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/typedatabase.h b/typedatabase.h
index d6ceeecc7..ef454ff0e 100644
--- a/typedatabase.h
+++ b/typedatabase.h
@@ -28,7 +28,9 @@
#include "typesystem.h"
APIEXTRACTOR_API void setTypeRevision(TypeEntry* typeEntry, int revision);
-APIEXTRACTOR_API int getTypeRevision(TypeEntry* typeEntry);
+APIEXTRACTOR_API int getTypeRevision(const TypeEntry* typeEntry);
+APIEXTRACTOR_API int getTypeIndex(const TypeEntry* typeEntry);
+APIEXTRACTOR_API int getMaxTypeIndex();
class ContainerTypeEntry;
class PrimitiveTypeEntry;