diff options
Diffstat (limited to 'tests/scanner/annotation.h')
-rw-r--r-- | tests/scanner/annotation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/scanner/annotation.h b/tests/scanner/annotation.h index d6d60916..1e83ca23 100644 --- a/tests/scanner/annotation.h +++ b/tests/scanner/annotation.h @@ -73,6 +73,8 @@ void annotation_object_compute_sum_nz(AnnotationObject *object, void annotation_object_parse_args (AnnotationObject *object, int *argc, char ***argv); +gboolean annotation_object_string_out (AnnotationObject *object, + char **str_out); GObject* annotation_object_do_not_use (AnnotationObject *object); |