mirror of
https://github.com/apache/httpd.git
synced 2025-11-09 15:21:02 +03:00
Create wrapper API for apr_random;
use in mod_lbmethod_heartbeat and mod_serf to - replace some needles use of apr_generate_random_bytes - remove code duplication git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -87,6 +87,9 @@ AP_DECLARE_NONSTD(int) ap_send_http_trace(request_rec *r);
|
||||
*/
|
||||
AP_DECLARE(int) ap_send_http_options(request_rec *r);
|
||||
|
||||
/* Used for multipart/byteranges boundary string */
|
||||
extern AP_DECLARE_DATA const char *ap_multipart_boundary;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user