diff options
Diffstat (limited to 'tests/scanner/annotation.h')
-rw-r--r-- | tests/scanner/annotation.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/scanner/annotation.h b/tests/scanner/annotation.h index 798594b1..0f47d22e 100644 --- a/tests/scanner/annotation.h +++ b/tests/scanner/annotation.h @@ -149,4 +149,7 @@ struct AnnotationStruct AnnotationObject *objects[10]; }; +void annotation_ptr_array (GPtrArray *array); + #endif /* __ANNOTATION_OBJECT_H__ */ + |