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
*/
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 */
#define ap_rvputs_proto_in_ascii ap_rvputs
#endif /* APR_CHARSET_EBCDIC */
-
+
+#ifdef __cplusplus
+}
+#endif
+
#endif /* !APACHE_UTIL_EBCDIC_H */