diff options
Diffstat (limited to 'ext/soap/php_soap.h')
-rw-r--r-- | ext/soap/php_soap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soap/php_soap.h b/ext/soap/php_soap.h index 1ccbfd5951..2eeba6be9f 100644 --- a/ext/soap/php_soap.h +++ b/ext/soap/php_soap.h @@ -47,6 +47,8 @@ # define stricmp strcasecmp #endif +extern int le_url; + typedef struct _encodeType encodeType, *encodeTypePtr; typedef struct _encode encode, *encodePtr; |