Mercurial > urweb
comparison include/types.h @ 139:adfa2c7a75da
Form binding parameters threaded through
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 20 Jul 2008 10:11:16 -0400 |
parents | 7fdc146b2bc2 |
children | 2be573fec9a6 |
comparison
equal
deleted
inserted
replaced
138:d6d78055f001 | 139:adfa2c7a75da |
---|---|
9 typedef lw_unit lw_Basis_unit; | 9 typedef lw_unit lw_Basis_unit; |
10 | 10 |
11 typedef struct lw_context *lw_context; | 11 typedef struct lw_context *lw_context; |
12 | 12 |
13 typedef lw_Basis_string lw_Basis_xhtml; | 13 typedef lw_Basis_string lw_Basis_xhtml; |
14 typedef lw_Basis_string lw_Basis_page; |