diff options
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ typedef union { const void *v; void (*w)(View*); void (*f)(Vis*); + Filerange (*combine)(const Filerange*, const Filerange*); } Arg; /** |
