blob: 8ca706c55a41cdfe9b669f6a895fba4184fe942f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef APT_PRIVATE_UPDATE_H
#define APT_PRIVATE_UPDATE_H
#include <apt-pkg/macros.h>
class CommandLine;
APT_PUBLIC bool DoUpdate(CommandLine &CmdL);
APT_PUBLIC bool DoUpdate();
#endif
|