X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/bc0a5999a7ec4f23bfbb7f26f065251c4eb79146..2a440328ea19e9646a93f847dd9eff21e03ad16d:/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