diff options
Diffstat (limited to 'ext/standard/uniqid.h')
| -rw-r--r-- | ext/standard/uniqid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/uniqid.h b/ext/standard/uniqid.h index b241c35514..3666e0a8c2 100644 --- a/ext/standard/uniqid.h +++ b/ext/standard/uniqid.h @@ -32,6 +32,6 @@ #ifndef _UNIQID_H #define _UNIQID_H -extern void php3_uniqid(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(uniqid); #endif /* _UNIQID_H */ |
