summaryrefslogtreecommitdiffstats
path: root/src/mergesort.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mergesort.h')
-rw-r--r--src/mergesort.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mergesort.h b/src/mergesort.h
index ea66a8b..8842906 100644
--- a/src/mergesort.h
+++ b/src/mergesort.h
@@ -8,6 +8,5 @@
#include "defs.h"
int merge_sort(struct stream * const src, struct stream * const dest);
-int merge(struct stream * const dest, struct stream * const A, struct stream * const B);
#endif /* ALGOS_MERGESORT_H_INCLUDED */