]> granicus.if.org Git - apache/commitdiff
Fix syntax error in the typedef of schemes_t so Apache builds again.
authorJeff Trawick <trawick@apache.org>
Tue, 8 Aug 2000 11:58:23 +0000 (11:58 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 8 Aug 2000 11:58:23 +0000 (11:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86025 13f79535-47bb-0310-9956-ffa450edef68

include/util_uri.h

index e914ee6c4987390ad77d7a0e60db78f865318a3f..f3105fcd5ceb31d5425d22c97da9b21cf8337517 100644 (file)
@@ -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 {