From 493366ec40365009899721d49ae8f787d9922f40 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 8 Aug 2000 11:58:23 +0000 Subject: [PATCH] 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 --- include/util_uri.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.40.0