summaryrefslogtreecommitdiff
path: root/cli/cli/header.hxx
blob: e6e68eed87e358126f56b3fa45694bf381c58b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : cli/header.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_HEADER_HXX
#define CLI_HEADER_HXX

#include <cli/context.hxx>

void
generate_header (context&);

#endif // CLI_HEADER_HXX