Fix regression for file:/// uris from CVE-2014-0487
[ntk/apt.git] / apt-private / private-sources.h
CommitLineData
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 6class CommandLine;
9e6b13f3 7
63ff4208 8APT_PUBLIC bool EditSources(CommandLine &CmdL);
453b82a3
DK
9
10#endif