]> git.saurik.com Git - apt.git/blame_incremental - apt-private/private-show.h
rename "distribution" in sources.list to "suite"
[apt.git] / apt-private / private-show.h
... / ...
CommitLineData
1#ifndef APT_PRIVATE_SHOW_H
2#define APT_PRIVATE_SHOW_H
3
4#include <apt-pkg/cmndline.h>
5
6namespace APT {
7 namespace Cmd {
8
9 bool ShowPackage(CommandLine &CmdL);
10 }
11}
12#endif