]> git.draconx.ca Git - gob-dx.git/blobdiff - src/checks.h
Release 1.0.7
[gob-dx.git] / src / checks.h
index ef71b475c2b7737a4d62bc015b00de6588f235fc..7966f17cebf6ce690b10932556fbe2b5e54651a9 100644 (file)
@@ -43,5 +43,6 @@ int count_privates(Class *c);
 int count_protecteds(Class *c);
 int count_destructors(Class *c);
 int count_initializers(Class *c);
+gboolean find_get_type (Class *c);
 
 #endif