]> git.saurik.com Git - apt.git/blame - apt-private/private-depends.h
add hidden config to set packages as Essential/Important
[apt.git] / apt-private / private-depends.h
CommitLineData
9055d5e6
DK
1#ifndef APT_PRIVATE_DEPENDS_H
2#define APT_PRIVATE_DEPENDS_H
3
4#include <apt-pkg/macros.h>
5
6class CommandLine;
7
8APT_PUBLIC bool Depends(CommandLine &CmdL);
9APT_PUBLIC bool RDepends(CommandLine &CmdL);
10
11#endif