summaryrefslogtreecommitdiff
path: root/apt-private/private-unmet.h
blob: 31c2c17f374a4d3fdac4bc2fb04f5285163d43c1 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef APT_PRIVATE_UNMET_H
#define APT_PRIVATE_UNMET_H

#include <apt-pkg/macros.h>

class CommandLine;

APT_PUBLIC bool UnMet(CommandLine &CmdL);

#endif