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

#ifndef CLI_RUNTIME_HEADER_HXX
#define CLI_RUNTIME_HEADER_HXX

#include "context.hxx"

void
generate_runtime_header_decl (context&);

void
generate_runtime_header_impl (context&);

#endif // CLI_RUNTIME_HEADER_HXX