]> granicus.if.org Git - apache/commitdiff
fix extern "C" declaration
authorAndré Malo <nd@apache.org>
Thu, 7 Aug 2003 14:13:11 +0000 (14:13 +0000)
committerAndré Malo <nd@apache.org>
Thu, 7 Aug 2003 14:13:11 +0000 (14:13 +0000)
PR: 22203
Submitted by: Arno Bakker <arno@cs.vu.nl>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100928 13f79535-47bb-0310-9956-ffa450edef68

include/util_ebcdic.h

index f7cca7439885b9317f10ca0b461737b503eeba32..5c7ba9ff8398be7aae827aa1bb81c1be3e5aa887 100644 (file)
@@ -104,10 +104,6 @@ void ap_xlate_proto_from_ascii(char *buffer, apr_size_t len);
  */
 int ap_rvputs_proto_in_ascii(request_rec *r, ...);
 
-#ifdef __cplusplus
-}
-#endif
-
 #else   /* APR_CHARSET_EBCDIC */
 
 #define ap_xlate_proto_to_ascii(x,y)          /* NOOP */
@@ -116,5 +112,9 @@ int ap_rvputs_proto_in_ascii(request_rec *r, ...);
 #define ap_rvputs_proto_in_ascii  ap_rvputs
 
 #endif  /* APR_CHARSET_EBCDIC */
-    
+
+#ifdef __cplusplus
+}
+#endif
+
 #endif  /* !APACHE_UTIL_EBCDIC_H */