mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Can't believe it hasn't been done yet.
This commit is contained in:
parent
9f870d1e6c
commit
ae11f08d69
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
||||||
*/
|
*/
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
#ifndef _URL_H
|
||||||
|
#define _URL_H
|
||||||
|
|
||||||
typedef struct url {
|
typedef struct url {
|
||||||
char *scheme;
|
char *scheme;
|
||||||
char *user;
|
char *user;
|
||||||
|
@ -52,6 +55,8 @@ PHP_FUNCTION(urldecode);
|
||||||
PHP_FUNCTION(rawurlencode);
|
PHP_FUNCTION(rawurlencode);
|
||||||
PHP_FUNCTION(rawurldecode);
|
PHP_FUNCTION(rawurldecode);
|
||||||
|
|
||||||
|
#endif /* _URL_H */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Local variables:
|
* Local variables:
|
||||||
* tab-width: 4
|
* tab-width: 4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue