summaryrefslogtreecommitdiffstats
path: root/src/cvutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cvutil.h')
-rw-r--r--src/cvutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cvutil.h b/src/cvutil.h
index 83b0939..4b35c6a 100644
--- a/src/cvutil.h
+++ b/src/cvutil.h
@@ -39,6 +39,7 @@ static const int kPropIncomplete = 0x80;
static const int kPropScoped = 0x100;
bool isStruct(const codeview_type* cvtype);
+bool isClass(const codeview_type* cvtype);
int getStructProperty(const codeview_type* cvtype);
int getStructFieldlist(const codeview_type* cvtype);
bool isCompleteStruct(const codeview_type* type, const BYTE* name, bool cstr);