diff options
author | David Kalnischkies <david@kalnischkies.de> | 2020-11-07 21:23:57 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2020-11-07 21:48:21 +0100 |
commit | 9e1398b164f55238990907f63dfdef60588d9b24 (patch) | |
tree | 1d0976f1eea0c74711a60ed069c0232fbb55f284 /apt-private/private-cmndline.h | |
parent | 645ad0c97334265bbfef82a4bdfdc8337cdd0630 (diff) |
Prepare rred binary for external usage
Merging patches is a bit of non-trivial code we have for client-side
work, but as we support also server-side merging we can export this
functionality so that server software can reuse it.
Note that this just cleans up and makes rred behave a bit more like all
our other binaries by supporting setting configuration at runtime and
supporting --help and --version. If you can make due without this, the
now advertised functionality is provided already in earlier versions.
Diffstat (limited to 'apt-private/private-cmndline.h')
-rw-r--r-- | apt-private/private-cmndline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-private/private-cmndline.h b/apt-private/private-cmndline.h index 37fe2c91a..22e25d280 100644 --- a/apt-private/private-cmndline.h +++ b/apt-private/private-cmndline.h @@ -23,6 +23,7 @@ enum class APT_CMD { APT_SORTPKG, APT_DUMP_SOLVER, APT_INTERNAL_PLANNER, + RRED, }; struct aptDispatchWithHelp { |