]> git.saurik.com Git - apt.git/blob - apt-private/private-sources.h
cleanup headers and especially #includes everywhere
[apt.git] / apt-private / private-sources.h
1 #ifndef APT_PRIVATE_SOURCES_H
2 #define APT_PRIVATE_SOURCES_H
3
4 class CommandLine;
5
6 bool EditSources(CommandLine &CmdL);
7
8 #endif