mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
9 lines
144 B
C
9 lines
144 B
C
|
#ifndef EL__ECMASCRIPT_CSS2XPATH_H
|
||
|
#define EL__ECMASCRIPT_CSS2XPATH_H
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
std::string css2xpath(std::string &selector);
|
||
|
|
||
|
#endif
|