dav/scfg.h

changeset 536
877f7c4a203b
parent 534
9a4857d6444e
child 549
af91d3c96994
equal deleted inserted replaced
535:d814ee31c04f 536:877f7c4a203b
78 78
79 struct SplitConfig { 79 struct SplitConfig {
80 /* 80 /*
81 * path regex pattern or NULL 81 * path regex pattern or NULL
82 */ 82 */
83 char *pattern; 83 regex_t *pattern;
84 84
85 /* 85 /*
86 * minimum file size for activating file splitting 86 * minimum file size for activating file splitting
87 * a value of -1 means no size restriction 87 * a value of -1 means no size restriction
88 */ 88 */

mercurial