]> granicus.if.org Git - apache/commitdiff
Removed trailing semicolons from header also.
authorGuenter Knauf <fuankg@apache.org>
Mon, 20 Aug 2012 12:16:44 +0000 (12:16 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 20 Aug 2012 12:16:44 +0000 (12:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374988 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.h

index 0280a686b5f29db238cca952f4802ce32f71f16f..96de7627de0c543e3ef55e0e561caa77c7455780 100644 (file)
@@ -70,7 +70,7 @@ APR_DECLARE_OPTIONAL_FN(int, ssl_engine_disable, (conn_rec *));
  * pointing to null-terminated strings (such as "http/1.1" or "spdy/2") onto
  * the array and return OK, or do nothing and return DECLINED. */
 APR_DECLARE_EXTERNAL_HOOK(modssl, AP, int, npn_advertise_protos_hook,
-                          (conn_rec *connection, apr_array_header_t *protos));
+                          (conn_rec *connection, apr_array_header_t *protos))
 
 /** The npn_proto_negotiated optional hook allows other modules to discover the
  * name of the protocol that was chosen during the Next Protocol Negotiation
@@ -82,7 +82,7 @@ APR_DECLARE_EXTERNAL_HOOK(modssl, AP, int, npn_advertise_protos_hook,
  * remove filters) and return OK, or do nothing and return DECLINED. */
 APR_DECLARE_EXTERNAL_HOOK(modssl, AP, int, npn_proto_negotiated_hook,
                           (conn_rec *connection, const char *proto_name,
-                           apr_size_t proto_name_len));
+                           apr_size_t proto_name_len))
 
 #endif /* __MOD_SSL_H__ */
 /** @} */