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

#ifndef CLI_NAME_PROCESSOR_HXX
#define CLI_NAME_PROCESSOR_HXX

#include <cli/context.hxx>

void
process_names (context&);

#endif // CLI_NAME_PROCESSOR_HXX