diff options
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ struct options { char **cachetags; char *rootpath; + char *treeroot; // relative within rootpath (or NULL) int print_depth; |