dav/sopt.c

changeset 221
e22c29b7ee2f
parent 219
9792cfe63b80
child 222
7b73058d782e
equal deleted inserted replaced
220:f1b3873a6525 221:e22c29b7ee2f
79 */ 79 */
80 case 'c': { 80 case 'c': {
81 ucx_map_cstr_put(a->options, "conflict", NOARG); 81 ucx_map_cstr_put(a->options, "conflict", NOARG);
82 break; 82 break;
83 } 83 }
84 case 'l': {
85 ucx_map_cstr_put(a->options, "lock", NOARG);
86 break;
87 }
88 case 'd': {
89 ucx_map_cstr_put(a->options, "nolock", NOARG);
90 break;
91 }
84 case 'r': { 92 case 'r': {
85 ucx_map_cstr_put(a->options, "read", NOARG); 93 ucx_map_cstr_put(a->options, "read", NOARG);
86 break; 94 break;
87 } 95 }
88 case 'v': { 96 case 'v': {

mercurial