X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/1afd369d00f2f9272462ffc6c6e24f293a81459e..b59325e85b77f8d1b12a558915a8fd646f193e74:/apt-private/private-list.h 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