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, 1 insertions, 0 deletions
diff --git a/src/mergesort.h b/src/mergesort.h
index 8ac3ab5..ea66a8b 100644
--- a/src/mergesort.h
+++ b/src/mergesort.h
@@ -7,6 +7,7 @@
#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 */