]> granicus.if.org Git - php/commitdiff
Can't believe it hasn't been done yet.
authorAndrei Zmievski <andrei@php.net>
Tue, 7 Mar 2000 04:28:43 +0000 (04:28 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 7 Mar 2000 04:28:43 +0000 (04:28 +0000)
ext/standard/url.h

index 688cf51c0ed00303b9a599daa28cc0fab187f316..6b49640dd86ea382045b78d7e2e3fa2e60baaa2e 100644 (file)
@@ -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