diff options
author | Jeff Trawick <trawick@apache.org> | 2000-08-08 13:58:23 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2000-08-08 13:58:23 +0200 |
commit | 493366ec40365009899721d49ae8f787d9922f40 (patch) | |
tree | e423092f2631f6393a961dbeffb2aade927a7782 /include | |
parent | Document the util_md5.h file using ScanDoc. Also add package directives (diff) | |
download | apache2-493366ec40365009899721d49ae8f787d9922f40.tar.xz apache2-493366ec40365009899721d49ae8f787d9922f40.zip |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/util_uri.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |