private-utils.h 183 B

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