summaryrefslogtreecommitdiff
path: root/apt-private/private-show.h
blob: b38c65f2f3713c237aa1d68181888c0438b25a85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef APT_PRIVATE_SHOW_H
#define APT_PRIVATE_SHOW_H

#include <apt-pkg/pkgcache.h>
#include <apt-pkg/macros.h>

#include <iostream>

class CommandLine;
class pkgCacheFile;

APT_PUBLIC bool ShowPackage(CommandLine &CmdL);
APT_PUBLIC bool DisplayRecordV1(pkgCacheFile &CacheFile, pkgCache::VerIterator const &V, std::ostream &out);

#endif