dav/optparser.c

changeset 45
e3839719b079
parent 30
9a5a7a513a96
child 62
3b813c57c106
equal deleted inserted replaced
44:e4e23a88d4de 45:e3839719b079
72 } 72 }
73 case 'p': { 73 case 'p': {
74 ucx_map_cstr_put(a->options, "plain", ""); 74 ucx_map_cstr_put(a->options, "plain", "");
75 break; 75 break;
76 } 76 }
77 case 'c': {
78 ucx_map_cstr_put(a->options, "crypt", "");
79 break;
80 }
77 case 'a': { 81 case 'a': {
78 ucx_map_cstr_put(a->options, "all", ""); 82 ucx_map_cstr_put(a->options, "all", "");
79 break; 83 break;
80 } 84 }
81 case 'l': { 85 case 'l': {

mercurial