private-utils.h 185 B

123456789101112
  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