Move all public *Tools.h in src.

This by definition remove all the tool functions from the public API.
This commit is contained in:
Matthieu Gautier
2021-06-30 11:50:51 +02:00
parent 967eb10cbf
commit fa83a61a54
21 changed files with 19 additions and 31 deletions

View File

@ -17,15 +17,3 @@ headers = [
]
install_headers(headers, subdir:'kiwix')
install_headers(
'tools/base64.h',
'tools/networkTools.h',
'tools/otherTools.h',
'tools/pathTools.h',
'tools/regexTools.h',
'tools/stringTools.h',
'tools/archiveTools.h',
subdir:'kiwix/tools'
)