projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add binary-specific options via Binary scope
[apt.git]
/
apt-private
/
private-update.h
diff --git
a/apt-private/private-update.h
b/apt-private/private-update.h
index d3d0b7af96685d69cbdf8553113bc4b18da6b9a0..e584f70cfb731c2fe6a8088b96cd7a96646d6ee2 100644
(file)
--- a/
apt-private/private-update.h
+++ b/
apt-private/private-update.h
@@
-1,8
+1,10
@@
#ifndef APT_PRIVATE_UPDATE_H
#define APT_PRIVATE_UPDATE_H
+#include <apt-pkg/macros.h>
+
class CommandLine;
-bool DoUpdate(CommandLine &CmdL);
+
APT_PUBLIC
bool DoUpdate(CommandLine &CmdL);
#endif