aboutsummaryrefslogtreecommitdiff
path: root/src/graph/include/msort3d.H1
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/include/msort3d.H1')
-rwxr-xr-xsrc/graph/include/msort3d.H17
1 files changed, 7 insertions, 0 deletions
diff --git a/src/graph/include/msort3d.H1 b/src/graph/include/msort3d.H1
new file mode 100755
index 00000000..a0acb789
--- /dev/null
+++ b/src/graph/include/msort3d.H1
@@ -0,0 +1,7 @@
+#ifdef _NO_PROTO
+extern poly * merge();
+extern poly * msort();
+#else
+extern poly * merge(poly * , poly * , int (*)(poly * , poly * ));
+extern poly * msort(poly * , int , int , int (*)(poly * , poly * ));
+#endif