]> git.saurik.com Git - apt.git/blame_incremental - apt-private/private-list.h
move fd duplication closer to the gz/bz2 open calls
[apt.git] / apt-private / private-list.h
... / ...
CommitLineData
1#ifndef APT_PRIVATE_LIST_H
2#define APT_PRIVATE_LIST_H
3
4class CommandLine;
5
6bool List(CommandLine &Cmd);
7
8
9#endif