summaryrefslogtreecommitdiff
path: root/src/cmdline/cmdline_changelog.h
blob: dcc35783f80cf860f91fd54a1889a2aa23228522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// cmdline_changelog.h                        -*-c++-*-
//
//   Copyright 2004 Daniel Burrows

#ifndef CMDLINE_CHANGELOG_H
#define CMDLINE_CHANGELOG_H

#include <string>
#include <vector>

/** \file cmdline_changelog.h
 */

/** \brief Display the changelog of each of the given package specifiers.
 *
 *  The specifiers are literal package names, with optional version/archive
 *  descriptors.  DumpErrors() is called after each changelog is displayed.
 */
bool do_cmdline_changelog(const std::vector<std::string> &packages);

int cmdline_changelog(int argc, char *argv[]);

#endif // CMDLINE_CHANGELOG_H