From: Jeff Trawick Date: Tue, 8 Aug 2000 11:58:23 +0000 (+0000) Subject: Fix syntax error in the typedef of schemes_t so Apache builds again. X-Git-Tag: APACHE_2_0_ALPHA_6~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=493366ec40365009899721d49ae8f787d9922f40;p=apache Fix syntax error in the typedef of schemes_t so Apache builds again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86025 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/util_uri.h b/include/util_uri.h index e914ee6c49..f3105fcd5c 100644 --- a/include/util_uri.h +++ b/include/util_uri.h @@ -71,7 +71,7 @@ extern "C" { * @package Apache URI library */ -typedef struct schemes_t; +typedef struct schemes_t schemes_t; /** Structure to store various schemes and their default ports */ struct schemes_t {