added ptr_type
[swftools.git] / lib / q.h
diff --git a/lib/q.h b/lib/q.h
index 0a3d323..6cf8bbf 100644 (file)
--- a/lib/q.h
+++ b/lib/q.h
@@ -70,6 +70,7 @@ typedef struct _type_t {
 
 extern type_t charptr_type;
 extern type_t stringstruct_type;
+extern type_t ptr_type;
 
 typedef struct _dictentry {
     void*key;