]> git.saurik.com Git - apt.git/blame_incremental - apt-private/private-update.h
use "Restrictions: allow-stderr and avoid apt-stderr.log in debian/tests/run-tests
[apt.git] / apt-private / private-update.h
... / ...
CommitLineData
1#ifndef APT_PRIVATE_UPDATE_H
2#define APT_PRIVATE_UPDATE_H
3
4class CommandLine;
5
6bool DoUpdate(CommandLine &CmdL);
7
8#endif