#ifndef WS_H #define WS_H #include "prv.h" struct ws { int dummy; }; int ws(const struct lex *l, struct prv *p); void ws_free(struct ws *ws); extern const struct seq wsseq[]; #endif