mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
add missing 'static'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1185902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -363,7 +363,7 @@ typedef struct {
|
|||||||
/* fallback regex for ls -s1; ($0..$2) == 3 */
|
/* fallback regex for ls -s1; ($0..$2) == 3 */
|
||||||
#define LS_REG_PATTERN "^ *([0-9]+) +([^ ]+)$"
|
#define LS_REG_PATTERN "^ *([0-9]+) +([^ ]+)$"
|
||||||
#define LS_REG_MATCH 3
|
#define LS_REG_MATCH 3
|
||||||
ap_regex_t *ls_regex = NULL;
|
static ap_regex_t *ls_regex;
|
||||||
|
|
||||||
static apr_status_t proxy_send_dir_filter(ap_filter_t *f,
|
static apr_status_t proxy_send_dir_filter(ap_filter_t *f,
|
||||||
apr_bucket_brigade *in)
|
apr_bucket_brigade *in)
|
||||||
|
Reference in New Issue
Block a user