aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/sort/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/sort/selection.h')
-rw-r--r--test/mppa/sort/selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mppa/sort/selection.h b/test/mppa/sort/selection.h
index b2b4aebe..92a6b461 100644
--- a/test/mppa/sort/selection.h
+++ b/test/mppa/sort/selection.h
@@ -1,6 +1,6 @@
#ifndef __SELECTION_H__
#define __SELECTION_H__
-int selection_sort(uint64_t *res, const uint64_t *T, int size);
+int select_sort(uint64_t *res, const uint64_t *T);
#endif // __SELECTION_H__