summaryrefslogtreecommitdiffstats
path: root/source/lib/ufc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/ufc.c')
-rw-r--r--source/lib/ufc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/lib/ufc.c b/source/lib/ufc.c
index 8417285821a..fc35fce80a4 100644
--- a/source/lib/ufc.c
+++ b/source/lib/ufc.c
@@ -656,8 +656,6 @@ static char *output_conversion(v1, v2, salt)
return outbuf;
}
-ufc_long *_ufc_doit();
-
/*
* UNIX crypt function
*/
@@ -777,6 +775,6 @@ ufc_long *_ufc_doit(l1, l2, r1, r2, itr)
#else
-int ufc_dummy_procedure(void)
+ int ufc_dummy_procedure(void)
{return 0;}
#endif