summaryrefslogtreecommitdiffstats
path: root/apt-private/private-depends.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-private/private-depends.h')
-rw-r--r--apt-private/private-depends.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apt-private/private-depends.h b/apt-private/private-depends.h
new file mode 100644
index 0000000..e9f703d
--- /dev/null
+++ b/apt-private/private-depends.h
@@ -0,0 +1,11 @@
+#ifndef APT_PRIVATE_DEPENDS_H
+#define APT_PRIVATE_DEPENDS_H
+
+#include <apt-pkg/macros.h>
+
+class CommandLine;
+
+APT_PUBLIC bool Depends(CommandLine &CmdL);
+APT_PUBLIC bool RDepends(CommandLine &CmdL);
+
+#endif