]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cmndline.cc
Revert "Revert "appease adequate with some weak symbols for -private""
[apt.git] / apt-private / private-cmndline.cc
index 4231c4f0ef82088ca2513ebf43d7bb3ca00d6c35..9c5eae470c1da3df45e50f6e389edd2c6486d390 100644 (file)
@@ -514,3 +514,7 @@ unsigned short DispatchCommandLine(CommandLine &CmdL, std::vector<CommandLine::D
    return Errors == true ? 100 : 0;
 }
                                                                        /*}}}*/
+
+// weak symbols
+bool ShowHelp(CommandLine &) { return false; }
+std::vector<aptDispatchWithHelp> GetCommands() { return {}; }