diff options
author | David Kalnischkies <david@kalnischkies.de> | 2017-05-28 17:44:11 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2017-06-28 19:18:47 +0200 |
commit | 24b5bc4e41ed527799a9fa01dec9c29294d0a3f2 (patch) | |
tree | 868ec0ba429d4df96b09a45c2f782c7c49786db3 /apt-private/private-output.h | |
parent | ca8da1bf83ecc90ba882520b79c1cda03ee7485d (diff) |
ask for releaseinfo change interactively in apt
If we have a user sitting around we can let 'apt' ask the user for a
confirmation rather than print errors at the end and require the user to
figure out which commandline flags are needed to confirm the changes
non-interactively.
Diffstat (limited to 'apt-private/private-output.h')
-rw-r--r-- | apt-private/private-output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-private/private-output.h b/apt-private/private-output.h index bb9428d7f..79da3d130 100644 --- a/apt-private/private-output.h +++ b/apt-private/private-output.h @@ -102,6 +102,7 @@ void Stats(std::ostream &out, pkgDepCache &Dep); // prompting bool YnPrompt(char const * const Question, bool Default=true); +bool YnPrompt(char const * const Question, bool const Default, bool const ShowGlobalErrors, std::ostream &c1o, std::ostream &c2o); bool AnalPrompt(std::string const &Question, const char *Text); std::string PrettyFullName(pkgCache::PkgIterator const &Pkg); |