]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-update.h
enable fvisibility=hidden for our private library
[apt.git] / apt-private / private-update.h
index d3d0b7af96685d69cbdf8553113bc4b18da6b9a0..e584f70cfb731c2fe6a8088b96cd7a96646d6ee2 100644 (file)
@@ -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