summaryrefslogtreecommitdiff
path: root/cli/source.hxx
blob: 14b2fce29f929e24183a2d824fe8bd0d4812d08d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : cli/source.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_SOURCE_HXX
#define CLI_SOURCE_HXX

#include "context.hxx"

void
generate_source (context&);

#endif // CLI_SOURCE_HXX