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

#ifndef CLI_NAME_PROCESSOR_HXX
#define CLI_NAME_PROCESSOR_HXX

#include "context.hxx"

void
process_names (context&);

#endif // CLI_NAME_PROCESSOR_HXX