Added option "comment="

This commit is contained in:
wbaumann
2014-03-09 20:29:05 +00:00
parent 7097f3f583
commit 895527b357
5 changed files with 318 additions and 277 deletions

View File

@ -1429,6 +1429,7 @@ get_options(dav_args *args, char *option)
ASYNC,
AUTO,
NOAUTO,
COMMENT,
DEFAULTS,
END
};
@ -1455,6 +1456,7 @@ get_options(dav_args *args, char *option)
[ASYNC] = "async",
[AUTO] = "auto",
[NOAUTO] = "noauto",
[COMMENT] = "comment",
[DEFAULTS] = "defaults",
[END] = NULL
};
@ -1561,6 +1563,7 @@ get_options(dav_args *args, char *option)
case ASYNC:
case AUTO:
case NOAUTO:
case COMMENT:
case DEFAULTS:
break;
default: