projects
/
apt.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix typo in SrvRecords documentation
[apt.git]
/
apt-private
/
private-sources.h
Commit
Line
Data
453b82a3
DK
1
#ifndef APT_PRIVATE_SOURCES_H
2
#define APT_PRIVATE_SOURCES_H
3
63ff4208
DK
4
#include <apt-pkg/macros.h>
5
453b82a3
6
class CommandLine;
9e6b13f3
7
63ff4208
8
APT_PUBLIC bool EditSources(CommandLine &CmdL);
453b82a3
DK
9
10
#endif