private-utils.h 198 B

12345678910
  1. #ifndef APT_PRIVATE_UTILS_H
  2. #define APT_PRIVATE_UTILS_H
  3. #include <string>
  4. bool DisplayFileInPager(std::string const &filename);
  5. bool EditFileInSensibleEditor(std::string const &filename);
  6. #endif