X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/259d88d94843fbce7c8100f8b337b7b8fb58b840..f74d99c6a78caafdc6e32d8cb135683b7154795c:/apt-private/private-sources.h 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