| Hi everybody!
is there any way I could reuse the function check_tag(char
* from, char* tag) in a callback with the intag_start
string (from in htsparse.c)?
I wanna make a callback that forbid <a href> link to be
followed.
the callback gives me the link, I have to know where it
comes from (that's why I want to use check_tag).
But it seems I cannot acces to intag_start value from a
callback function.
any idea I could do that?thank you. | |