use a format string in ListSingleVersion
[ntk/apt.git] / apt-private / private-update.h
CommitLineData
b9179170
MV
1#ifndef APT_PRIVATE_UPDATE_H
2#define APT_PRIVATE_UPDATE_H
3
63ff4208
DK
4#include <apt-pkg/macros.h>
5
b9179170
MV
6class CommandLine;
7
63ff4208 8APT_PUBLIC bool DoUpdate(CommandLine &CmdL);
b9179170
MV
9
10#endif