summaryrefslogtreecommitdiffstats
path: root/apt-private/private-source.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-private/private-source.h')
-rw-r--r--apt-private/private-source.h11
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 0000000..d00c53e
--- /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