]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-moo.h
support "install ./foo.changes"
[apt.git] / apt-private / private-moo.h
index 7bfc5c1fc50b4f8eddae67121acf6a8bb788948a..bc8b3e7dd6fd7e86c5cc54b76a82c1117bcf54a1 100644 (file)
@@ -1,9 +1,11 @@
 #ifndef APT_PRIVATE_MOO_H
 #define APT_PRIVATE_MOO_H
 
+#include <apt-pkg/macros.h>
+
 class CommandLine;
 
-bool DoMoo(CommandLine &CmdL);
+APT_PUBLIC bool DoMoo(CommandLine &CmdL);
 bool DoMoo1(CommandLine &CmdL);
 bool DoMoo2(CommandLine &CmdL);
 bool DoMoo3(CommandLine &CmdL);