projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'feature/extractar-filefd' into debian/experimental
[apt.git]
/
apt-private
/
private-show.h
diff --git
a/apt-private/private-show.h
b/apt-private/private-show.h
index b428c7af0c702cf9f632378d63fcdc39f84f349b..359aeeb2819278fc1105529be5df99c6dde60f49 100644
(file)
--- a/
apt-private/private-show.h
+++ b/
apt-private/private-show.h
@@
-1,12
+1,14
@@
#ifndef APT_PRIVATE_SHOW_H
#define APT_PRIVATE_SHOW_H
#ifndef APT_PRIVATE_SHOW_H
#define APT_PRIVATE_SHOW_H
-#include <apt-pkg/cmndline.h>
+#include <apt-pkg/macros.h>
+
+class CommandLine;
namespace APT {
namespace Cmd {
namespace APT {
namespace Cmd {
- bool ShowPackage(CommandLine &CmdL);
+
APT_PUBLIC
bool ShowPackage(CommandLine &CmdL);
}
}
#endif
}
}
#endif