releasing package apt version 0.9.15.2
[ntk/apt.git] / apt-private / private-utils.h
1 #ifndef APT_PRIVATE_UTILS_H
2 #define APT_PRIVATE_UTILS_H
3
4 #include<string>
5
6 void DisplayFileInPager(std::string filename);
7 void EditFileInSensibleEditor(std::string filename);
8
9
10
11 #endif