diff options
Diffstat (limited to 'apt-private/private-source.h')
-rw-r--r-- | apt-private/private-source.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apt-private/private-source.h b/apt-private/private-source.h new file mode 100644 index 000000000..d00c53eb1 --- /dev/null +++ b/apt-private/private-source.h @@ -0,0 +1,11 @@ +#ifndef APT_PRIVATE_SOURCE_H +#define APT_PRIVATE_SOURCE_H + +#include <apt-pkg/macros.h> + +class CommandLine; + +APT_PUBLIC bool DoSource(CommandLine &CmdL); +APT_PUBLIC bool DoBuildDep(CommandLine &CmdL); + +#endif |