X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f49d103adc47c5c34f4ca852605ee55710e486b9..d8a57c1953b876917a9deb098d1ef3d2b093f3dc:/apt-private/private-list.h?ds=sidebyside diff --git a/apt-private/private-list.h b/apt-private/private-list.h index 6f5aad27a..aa2677764 100644 --- a/apt-private/private-list.h +++ b/apt-private/private-list.h @@ -1,9 +1,11 @@ #ifndef APT_PRIVATE_LIST_H #define APT_PRIVATE_LIST_H -#include +#include -bool List(CommandLine &Cmd); +class CommandLine; + +APT_PUBLIC bool DoList(CommandLine &Cmd); #endif