Mercurial > urweb
comparison include/types.h @ 757:fa2019a63ea4
Basis.list
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 30 Apr 2009 11:07:29 -0400 |
parents | 8ce31c052dce |
children | 7f653298dd66 |
comparison
equal
deleted
inserted
replaced
756:8ce31c052dce | 757:fa2019a63ea4 |
---|---|
19 | 19 |
20 typedef struct uw_context *uw_context; | 20 typedef struct uw_context *uw_context; |
21 | 21 |
22 typedef uw_Basis_string uw_Basis_xhtml; | 22 typedef uw_Basis_string uw_Basis_xhtml; |
23 typedef uw_Basis_string uw_Basis_page; | 23 typedef uw_Basis_string uw_Basis_page; |
24 typedef uw_Basis_string uw_Basis_xbody; | |
24 typedef uw_Basis_string uw_Basis_css_class; | 25 typedef uw_Basis_string uw_Basis_css_class; |
25 | 26 |
26 typedef unsigned uw_Basis_client; | 27 typedef unsigned uw_Basis_client; |
27 typedef struct { | 28 typedef struct { |
28 unsigned cli, chn; | 29 unsigned cli, chn; |