From efbaf8132d09a6bd26b64556291a7ff62fd413b9 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 1 Feb 2020 22:26:20 -0500 Subject: driver: --strict-path-input, --pure-path-output: initial support. --- src/internal/tpax_driver_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal') diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index 5f98415..c99553a 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -36,6 +36,8 @@ enum app_tags { TAG_BLKSIZE, TAG_RECURSE, TAG_NORECURSE, + TAG_STRICT_PATH, + TAG_PURE_PATH, }; struct tpax_driver_ctx_impl { -- cgit v1.2.3