diff options
Diffstat (limited to 'ext/standard/url.h')
-rw-r--r-- | ext/standard/url.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/url.h b/ext/standard/url.h index 6b49640dd8..796a218b5f 100644 --- a/ext/standard/url.h +++ b/ext/standard/url.h @@ -28,8 +28,8 @@ */ /* $Id$ */ -#ifndef _URL_H -#define _URL_H +#ifndef URL_H +#define URL_H typedef struct url { char *scheme; @@ -55,7 +55,7 @@ PHP_FUNCTION(urldecode); PHP_FUNCTION(rawurlencode); PHP_FUNCTION(rawurldecode); -#endif /* _URL_H */ +#endif /* URL_H */ /* * Local variables: |