diff options
Diffstat (limited to 'ext/standard/uniqid.h')
-rw-r--r-- | ext/standard/uniqid.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/uniqid.h b/ext/standard/uniqid.h index 3666e0a8c2..9432e6b324 100644 --- a/ext/standard/uniqid.h +++ b/ext/standard/uniqid.h @@ -29,9 +29,9 @@ /* $Id$ */ -#ifndef _UNIQID_H -#define _UNIQID_H +#ifndef UNIQID_H +#define UNIQID_H PHP_FUNCTION(uniqid); -#endif /* _UNIQID_H */ +#endif /* UNIQID_H */ |