#ifndef js_h #define js_h #include "html.h" typedef struct { int (*jseval) (const char *s); int injs; } jssearchstate; void printalljs(tag *r); #endif