releasing package apt version 1.0.9.3
[ntk/apt.git] / apt-private / private-list.h
CommitLineData
b9179170
MV
1#ifndef APT_PRIVATE_LIST_H
2#define APT_PRIVATE_LIST_H
3
63ff4208
DK
4#include <apt-pkg/macros.h>
5
453b82a3 6class CommandLine;
b9179170 7
ec4371ac 8APT_PUBLIC bool DoList(CommandLine &Cmd);
b9179170
MV
9
10
11#endif