private-sources.h 126 B

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