]>
Commit | Line | Data |
---|---|---|
cfacba52 MV |
1 | #ifndef APT_PRIVATE_UTILS_H |
2 | #define APT_PRIVATE_UTILS_H | |
3 | ||
63ff4208 | 4 | #include <apt-pkg/macros.h> |
cfacba52 | 5 | |
63ff4208 DK |
6 | #include <string> |
7 | ||
8 | APT_PUBLIC void DisplayFileInPager(std::string filename); | |
9 | APT_PUBLIC void EditFileInSensibleEditor(std::string filename); | |
cfacba52 | 10 | |
cfacba52 | 11 | #endif |