summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/annotation.h')
-rw-r--r--tests/scanner/annotation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/scanner/annotation.h b/tests/scanner/annotation.h
index 3eb9fcb8..23a5c6b3 100644
--- a/tests/scanner/annotation.h
+++ b/tests/scanner/annotation.h
@@ -66,6 +66,9 @@ void annotation_object_compute_sum (AnnotationObject *object,
void annotation_object_compute_sum_n(AnnotationObject *object,
int *nums,
int n_nums);
+void annotation_object_compute_sum_nz(AnnotationObject *object,
+ int *nums,
+ int n_nums);
GObject* annotation_object_do_not_use (AnnotationObject *object);