private-update.h 121 B

123456789
  1. #ifndef APT_PRIVATE_UPDATE_H
  2. #define APT_PRIVATE_UPDATE_H
  3. class CommandLine;
  4. bool DoUpdate(CommandLine &CmdL);
  5. #endif