private-sources.h 166 B

1234567891011
  1. #ifndef APT_PRIVATE_SOURCES_H
  2. #define APT_PRIVATE_SOURCES_H
  3. #include <apt-pkg/macros.h>
  4. class CommandLine;
  5. APT_PUBLIC bool EditSources(CommandLine &CmdL);
  6. #endif