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

#ifndef CLI_SOURCE_HXX
#define CLI_SOURCE_HXX

#include <cli/context.hxx>

void
generate_source (context&);

#endif // CLI_SOURCE_HXX