summaryrefslogtreecommitdiff
path: root/orc-test/orcarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'orc-test/orcarray.h')
-rw-r--r--orc-test/orcarray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orc-test/orcarray.h b/orc-test/orcarray.h
index 6b26141..60d3d23 100644
--- a/orc-test/orcarray.h
+++ b/orc-test/orcarray.h
@@ -20,7 +20,7 @@ struct _OrcArray {
int alloc_len;
};
-OrcArray *orc_array_new (int n, int m, int element_size);
+OrcArray *orc_array_new (int n, int m, int element_size, int misalignment);
void orc_array_free (OrcArray *array);
void orc_array_set_pattern (OrcArray *array, int value);