aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/xml/ncname.hxx
blob: ce70ae59d1fabe80ce219e0114717fd618e4e9f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// file      : xsde/cxx/xml/ncname.hxx
// 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