diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-07-20 10:11:16 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-07-20 10:11:16 -0400 |
commit | d76bf83a5e8eb9a0b4e194f83cfadd8d55c00dfd (patch) | |
tree | 8e7af4b896c122b1d91b8abb2024ea8f115f5d0e /include | |
parent | 1500c4fedf82243dfbee5fff8ea392905f0a8c80 (diff) |
Form binding parameters threaded through
Diffstat (limited to 'include')
-rw-r--r-- | include/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h index 083f478a..81cec229 100644 --- a/include/types.h +++ b/include/types.h @@ -11,3 +11,4 @@ typedef lw_unit lw_Basis_unit; typedef struct lw_context *lw_context; typedef lw_Basis_string lw_Basis_xhtml; +typedef lw_Basis_string lw_Basis_page; |