dav/optparser.c

changeset 338
c7f3fe4abdb2
parent 334
5f80c5d0e87f
child 355
5da2cf15eb44
equal deleted inserted replaced
337:d7bda914d120 338:c7f3fe4abdb2
121 } 121 }
122 case 'e': { 122 case 'e': {
123 ucx_map_cstr_put(a->options, "extended", NOARG); 123 ucx_map_cstr_put(a->options, "extended", NOARG);
124 break; 124 break;
125 } 125 }
126 case 'x': {
127 ucx_map_cstr_put(a->options, "xml", NOARG);
128 break;
129 }
126 case 'S': { 130 case 'S': {
127 // undocumented hidden feature 131 // undocumented hidden feature
128 ucx_map_cstr_put(a->options, "structure", NOARG); 132 ucx_map_cstr_put(a->options, "structure", NOARG);
129 break; 133 break;
130 } 134 }

mercurial