summaryrefslogtreecommitdiff
path: root/cli/header.hxx
blob: 550ff869c98270373840db0e8e9a919b3b1ec573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : cli/header.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// 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