blob: d00c53eb1e6b14a2ff9f7813bdb0b156b0f0a3dd (
plain)
1
2
3
4
5
6
7
8
9
10
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
|