cfacba52 MV |
1 | #ifndef APT_PRIVATE_UTILS_H |
2 | #define APT_PRIVATE_UTILS_H |
3 | |
63ff4208 DK |
4 | #include <string> |
5 | |
503c7d59 DK |
6 | bool DisplayFileInPager(std::string const &filename); |
7 | bool EditFileInSensibleEditor(std::string const &filename); |
cfacba52 |
8 | |
cfacba52 |
9 | #endif |