]> git.saurik.com Git - apt.git/blame - apt-private/private-update.h
squash merge of the feature/apt-binary branch without the changes from experimental
[apt.git] / apt-private / private-update.h
CommitLineData
b9179170
MV
1#ifndef APT_PRIVATE_UPDATE_H
2#define APT_PRIVATE_UPDATE_H
3
4class CommandLine;
5
6bool DoUpdate(CommandLine &CmdL);
7
8#endif