]> git.saurik.com Git - apt.git/blame_incremental - apt-private/private-sources.h
fix test/integration/test-apt-helper
[apt.git] / apt-private / private-sources.h
... / ...
CommitLineData
1#ifndef APT_PRIVATE_SOURCES_H
2#define APT_PRIVATE_SOURCES_H
3
4class CommandLine;
5
6bool EditSources(CommandLine &CmdL);
7
8#endif