aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/xml/ncname.hxx
blob: 98aea202b4aaa5e8d3f57a1a7a9094aa080db5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// file      : xsde/cxx/xml/ncname.hxx
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSDE_CXX_XML_NCNAME_HXX
#define XSDE_CXX_XML_NCNAME_HXX

#include <stddef.h> // size_t

namespace xsde
{
  namespace cxx
  {
    namespace xml
    {
      bool
      valid_ncname (const char* s, size_t size);
    }
  }
}

#endif // XSDE_CXX_XML_NCNAME_HXX