summaryrefslogtreecommitdiff
path: root/cli/name-processor.hxx
blob: 13e25dfed1fa09c51a2424a87373f1374a9aebf6 (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 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