diff options
Diffstat (limited to 'ext/standard/crypt.c')
| -rw-r--r-- | ext/standard/crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c index c57a64fd00..c0732baef0 100644 --- a/ext/standard/crypt.c +++ b/ext/standard/crypt.c @@ -128,7 +128,7 @@ static void php3i_to64(char *s, long v, int n) { } } -void php3_crypt(INTERNAL_FUNCTION_PARAMETERS) +PHP_FUNCTION(crypt) { char salt[PHP3_MAX_SALT_LEN]; pval *arg1, *arg2; |
