summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index 2e0a127f72..5f1414ac34 100644
--- a/string.c
+++ b/string.c
@@ -4479,7 +4479,7 @@ static VALUE
rb_str_crypt(str, salt)
VALUE str, salt;
{
- extern char *crypt();
+ extern char *crypt _((const char *, const char*));
VALUE result;
const char *s;