diff options
Diffstat (limited to 'apt-private/private-depends.h')
-rw-r--r-- | apt-private/private-depends.h | 11 |
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 000000000..e9f703dc7 --- /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 |