]> git.saurik.com Git - apt.git/blame - apt-private/private-show.h
Updated German doc translation
[apt.git] / apt-private / private-show.h
CommitLineData
b9179170
MV
1#ifndef APT_PRIVATE_SHOW_H
2#define APT_PRIVATE_SHOW_H
3
453b82a3 4class CommandLine;
b9179170
MV
5
6namespace APT {
7 namespace Cmd {
8
9 bool ShowPackage(CommandLine &CmdL);
10 }
11}
12#endif