X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/0e34c6d1ef32ea8f69019272fe72dbf2aeaba392..0ff143df7043b7dd87c31c50fa875bc96d1a7779:/cmd.h diff --git a/cmd.h b/cmd.h index ec9e691..8dc01bd 100644 --- a/cmd.h +++ b/cmd.h @@ -7,7 +7,8 @@ struct cgit_cmd { const char *name; cgit_cmd_fn fn; unsigned int want_repo:1, - want_layout:1; + want_layout:1, + want_vpath:1; }; extern struct cgit_cmd *cgit_get_cmd(struct cgit_context *ctx);