From: Andrei Zmievski Date: Tue, 7 Mar 2000 04:28:43 +0000 (+0000) Subject: Can't believe it hasn't been done yet. X-Git-Tag: PHP-4.0-RC1~246 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae11f08d69246d5548e95d0a070b4cacfe787861;p=php Can't believe it hasn't been done yet. --- diff --git a/ext/standard/url.h b/ext/standard/url.h index 688cf51c0e..6b49640dd8 100644 --- a/ext/standard/url.h +++ b/ext/standard/url.h @@ -28,6 +28,9 @@ */ /* $Id$ */ +#ifndef _URL_H +#define _URL_H + typedef struct url { char *scheme; char *user; @@ -52,6 +55,8 @@ PHP_FUNCTION(urldecode); PHP_FUNCTION(rawurlencode); PHP_FUNCTION(rawurldecode); +#endif /* _URL_H */ + /* * Local variables: * tab-width: 4