mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Move the function to convert from xml_node to string in otherTools.
This can be usefull elsewhere than in opds_dumper
This commit is contained in:
@ -26,9 +26,12 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <pugixml.hpp>
|
||||
|
||||
namespace kiwix
|
||||
{
|
||||
void sleep(unsigned int milliseconds);
|
||||
std::string nodeToString(pugi::xml_node node);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user