projects
/
apt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
allow explicit dis/enable of IndexTargets in sources options
[apt.git]
/
apt-private
/
private-utils.h
1
#ifndef APT_PRIVATE_UTILS_H
2
#define APT_PRIVATE_UTILS_H
3
4
#include <apt-pkg/macros.h>
5
6
#include <string>
7
8
APT_PUBLIC
void
DisplayFileInPager
(
std
::
string
const
&
filename
);
9
APT_PUBLIC
void
EditFileInSensibleEditor
(
std
::
string
const
&
filename
);
10
11
#endif