projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
refactor key removal code to reuse it in next step
[apt.git]
/
apt-private
/
private-main.h
diff --git
a/apt-private/private-main.h
b/apt-private/private-main.h
index 257c51a0b96d9fd1fc5761cd6f96f9243879d947..a03bf444145523c7dcc73c28b103a127e37fb724 100644
(file)
--- a/
apt-private/private-main.h
+++ b/
apt-private/private-main.h
@@
-1,8
+1,11
@@
#ifndef APT_PRIVATE_MAIN_H
#define APT_PRIVATE_MAIN_H
#ifndef APT_PRIVATE_MAIN_H
#define APT_PRIVATE_MAIN_H
+#include <apt-pkg/macros.h>
+
class CommandLine;
class CommandLine;
-void CheckSimulateMode(CommandLine &CmdL);
+APT_PUBLIC void CheckSimulateMode(CommandLine &CmdL);
+APT_PUBLIC void InitSignals();
#endif
#endif