]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cmndline.h
do not call resolver twice on (dist-)upgrade
[apt.git] / apt-private / private-cmndline.h
index 76045ffe7da79755fbbc84fd32ea8bcc9cc86437..d0af16782f697c754f9ff22daf40184160a58a5f 100644 (file)
@@ -2,9 +2,10 @@
 #define APT_PRIVATE_CMNDLINE_H
 
 #include <apt-pkg/cmndline.h>
+#include <apt-pkg/macros.h>
 
 #include <vector>
 
-std::vector<CommandLine::Args> getCommandArgs(char const * const Program, char const * const Cmd);
+APT_PUBLIC std::vector<CommandLine::Args> getCommandArgs(char const * const Program, char const * const Cmd);
 
 #endif