X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9e6b13f3751f8a1287ff79861980afb7792a5f9e..713ee8ad3f4d7be00d2fbacd979e78772f24a675:/apt-private/private-sources.h?ds=sidebyside diff --git a/apt-private/private-sources.h b/apt-private/private-sources.h index b394622be..0c421902e 100644 --- a/apt-private/private-sources.h +++ b/apt-private/private-sources.h @@ -1,3 +1,10 @@ -#include +#ifndef APT_PRIVATE_SOURCES_H +#define APT_PRIVATE_SOURCES_H -bool EditSources(CommandLine &CmdL); +#include + +class CommandLine; + +APT_PUBLIC bool EditSources(CommandLine &CmdL); + +#endif