Can't believe it hasn't been done yet.

This commit is contained in:
Andrei Zmievski 2000-03-07 04:28:43 +00:00
parent 9f870d1e6c
commit ae11f08d69

View 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