summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/cst2constr.h
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/cst2constr.h')
-rw-r--r--otherlibs/unix/cst2constr.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/otherlibs/unix/cst2constr.h b/otherlibs/unix/cst2constr.h
index 2ee2ce50b..3cb1c1182 100644
--- a/otherlibs/unix/cst2constr.h
+++ b/otherlibs/unix/cst2constr.h
@@ -13,8 +13,4 @@
/* $Id$ */
-#ifdef __STDC__
-value cst_to_constr(int, int *, int, int);
-#else
-value cst_to_constr();
-#endif
+extern value cst_to_constr(int n, int * tbl, int size, int deflt);