X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_info_api.h;h=6d36a64501d5507ce839831c9a451bc9f2950781;hp=17f6a266ead8b090de21af2d8fc02ffc9bac3c99;hb=e81100d361a8dc48fa491d973e936a19ea428853;hpb=e83a7438dc70ed96630887246a1d3aefcf155b1c diff --git a/php_http_info_api.h b/php_http_info_api.h index 17f6a26..6d36a64 100644 --- a/php_http_info_api.h +++ b/php_http_info_api.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2005, Michael Wallner | + | Copyright (c) 2004-2006, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -22,7 +22,7 @@ typedef struct { char *method; - char *URI; + char *url; } http_request_info; typedef struct {