1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/src/ecmascript/css2xpath.h
2021-10-25 17:31:05 +02:00

9 lines
144 B
C++

#ifndef EL__ECMASCRIPT_CSS2XPATH_H
#define EL__ECMASCRIPT_CSS2XPATH_H
#include <string>
std::string css2xpath(std::string &selector);
#endif