1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/ecmascript/css2xpath.h

9 lines
144 B
C
Raw Normal View History

2021-10-25 11:31:05 -04:00
#ifndef EL__ECMASCRIPT_CSS2XPATH_H
#define EL__ECMASCRIPT_CSS2XPATH_H
#include <string>
std::string css2xpath(std::string &selector);
#endif