projects
/
apt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
add apt-vendor for raspbian. Closes: #732749
[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