| 1 | #ifndef APT_PRIVATE_UTILS_H |
| 2 | #define APT_PRIVATE_UTILS_H |
| 3 | |
| 4 | #include <apt-pkg/macros.h> |
| 5 | |
| 6 | #include <string> |
| 7 | |
| 8 | APT_PUBLIC void DisplayFileInPager(std::string const &filename); |
| 9 | APT_PUBLIC void EditFileInSensibleEditor(std::string const &filename); |
| 10 | |
| 11 | #endif |