mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-03 03:56:32 -04: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
|