aboutsummaryrefslogtreecommitdiffstats
path: root/test/ccured_olden/newbisort/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/ccured_olden/newbisort/proc.h')
-rw-r--r--test/ccured_olden/newbisort/proc.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/ccured_olden/newbisort/proc.h b/test/ccured_olden/newbisort/proc.h
deleted file mode 100644
index eadb80aa..00000000
--- a/test/ccured_olden/newbisort/proc.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* For copyright information, see olden_v1.0/COPYRIGHT */
-
-/* ========== PROCEDURE TYPES/NUMS ================== */
-
-
-HANDLE *RandTree();
-
-void SwapValue();
-void SwapValLeft();
-void SwapValRight();
-int Bimerge();
-int Bisort();
-#define DD_EXIT 0
-
-
-/* ================= PROC NAMES ==============*/
-
-#ifdef EXTERN
- extern char *procnames[];
-#else
- static char *procnames[] =
- {
- "EXIT"
- };
-#endif