]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cmndline.h
move 'search' implementations as well
[apt.git] / apt-private / private-cmndline.h
index d0af16782f697c754f9ff22daf40184160a58a5f..7b468456b857123bb8e91f0d49f43526fca656c3 100644 (file)
@@ -6,6 +6,12 @@
 
 #include <vector>
 
+class Configuration;
+class pkgSystem;
+
 APT_PUBLIC std::vector<CommandLine::Args> getCommandArgs(char const * const Program, char const * const Cmd);
+APT_PUBLIC void ParseCommandLine(CommandLine &CmdL, CommandLine::Dispatch * const Cmds, CommandLine::Args * const Args,
+      Configuration * const * const Cnf, pkgSystem ** const Sys, int const argc, const char * argv[],
+      bool(*ShowHelp)(CommandLine &CmdL));
 
 #endif