summaryrefslogtreecommitdiff
path: root/source3/lib/ufc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/ufc.c')
-rw-r--r--source3/lib/ufc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/ufc.c b/source3/lib/ufc.c
index 0fa5cfd3a0..3330111c2f 100644
--- a/source3/lib/ufc.c
+++ b/source3/lib/ufc.c
@@ -660,7 +660,7 @@ static char *output_conversion(v1, v2, salt)
* UNIX crypt function
*/
-ufc_long *_ufc_doit(ufc_long , ufc_long, ufc_long, ufc_long, ufc_long);
+static ufc_long *_ufc_doit(ufc_long , ufc_long, ufc_long, ufc_long, ufc_long);
char *ufc_crypt(char *key,char *salt)
{ ufc_long *s;