~ubuntu-branches/ubuntu/trusty/apt/trusty

« back to all changes in this revision

Viewing changes to apt-private/private-show.h

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-04-01 17:48:58 UTC
  • mfrom: (1.4.87 sid)
  • Revision ID: package-import@ubuntu.com-20140401174858-4mv29mm29zu22fn1
Tags: 1.0.1ubuntu1
merge with the debian/sid 1.0.1 version
(LP: #1302033)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef APT_PRIVATE_SHOW_H
2
2
#define APT_PRIVATE_SHOW_H
3
3
 
4
 
#include <apt-pkg/cmndline.h>
 
4
#include <apt-pkg/macros.h>
 
5
 
 
6
class CommandLine;
5
7
 
6
8
namespace APT {
7
9
   namespace Cmd {
8
10
 
9
 
      bool ShowPackage(CommandLine &CmdL);
 
11
      APT_PUBLIC bool ShowPackage(CommandLine &CmdL);
10
12
   }
11
13
}
12
14
#endif