diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-18 22:33:07 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-18 22:33:07 +0000 |
commit | 669c3992e883414269d850bba5f00c59a1b207d0 (patch) | |
tree | 3ab30069748da1ab1383632e3e17a58d605dc898 /src/libutil/args.hh | |
parent | 517f5980e2c63af47e7042873cc33b521918ad35 (diff) | |
parent | 15abb2aa2ba7de06a86e05511f81633616e17d87 (diff) |
Merge branch 'no-hash-type-unknown' into validPathInfo-temp
Diffstat (limited to 'src/libutil/args.hh')
-rw-r--r-- | src/libutil/args.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/args.hh b/src/libutil/args.hh index 154d1e6aa..433d26bba 100644 --- a/src/libutil/args.hh +++ b/src/libutil/args.hh @@ -85,6 +85,7 @@ protected: Handler handler; static Flag mkHashTypeFlag(std::string && longName, HashType * ht); + static Flag mkHashTypeOptFlag(std::string && longName, std::optional<HashType> * oht); }; std::map<std::string, Flag::ptr> longFlags; |