projects
/
apt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
abort connection on '.' target replies in SRV
[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
bool
DisplayFileInPager
(
std
::
string
const
&
filename
);
7
bool
EditFileInSensibleEditor
(
std
::
string
const
&
filename
);
8
9
#endif