From ae11f08d69246d5548e95d0a070b4cacfe787861 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 7 Mar 2000 04:28:43 +0000 Subject: [PATCH] Can't believe it hasn't been done yet. --- ext/standard/url.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.50.1