1
// =================================
2
// Copyright (c) 2021 Seppo Laakko
3
// Distributed under the MIT license
4
// =================================
5
6
#ifndef SNGXML_XPATH_INIT_DONE
7
#define SNGXML_XPATH_INIT_DONE
8
#include <sngxml/xpath/XPathApi.hpp>
9
10
namespace
sngxml
{
namespace
xpath
{
11
12
void
Init
(
)
;
13
void
Done
(
)
;
14
15
}
}
// namespace sngxml::xpath
16
17
#endif // SNGXML_XPATH_INIT_DONE