diff options
Diffstat (limited to 'ws.h')
| -rw-r--r-- | ws.h | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +#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 |
