mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-02-25 18:58:36 -05:00
Move back used helper functions to the public API.
- Add docstring - Move the declaration in kiwix namespace. - Adapt our include to include the right headers.
This commit is contained in:
@@ -17,9 +17,11 @@
|
||||
* MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <tools/stringTools.h>
|
||||
// Implement function declared in tools.h and tools/stringTools.h
|
||||
#include "tools.h"
|
||||
#include "tools/stringTools.h"
|
||||
|
||||
#include <tools/pathTools.h>
|
||||
#include "tools/pathTools.h"
|
||||
#include <unicode/normlzr.h>
|
||||
#include <unicode/rep.h>
|
||||
#include <unicode/translit.h>
|
||||
|
||||
Reference in New Issue
Block a user