Mercurial > urweb
comparison include/types.h @ 721:9864b64b1700
Classes as optional arguments to Basis.tag
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 12 Apr 2009 14:19:15 -0400 |
parents | 5bbb542243e8 |
children | d049d31a1966 |
comparison
equal
deleted
inserted
replaced
720:acb8537f58f0 | 721:9864b64b1700 |
---|---|
15 | 15 |
16 typedef struct uw_context *uw_context; | 16 typedef struct uw_context *uw_context; |
17 | 17 |
18 typedef uw_Basis_string uw_Basis_xhtml; | 18 typedef uw_Basis_string uw_Basis_xhtml; |
19 typedef uw_Basis_string uw_Basis_page; | 19 typedef uw_Basis_string uw_Basis_page; |
20 typedef uw_Basis_string uw_Basis_css_class; | |
20 | 21 |
21 typedef unsigned uw_Basis_client; | 22 typedef unsigned uw_Basis_client; |
22 typedef struct { | 23 typedef struct { |
23 unsigned cli, chn; | 24 unsigned cli, chn; |
24 } uw_Basis_channel; | 25 } uw_Basis_channel; |