From 18614e3602ef4b45deaef419bb6716d1af4c9881 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 12 Apr 2009 14:19:15 -0400 Subject: Classes as optional arguments to Basis.tag --- include/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/types.h') diff --git a/include/types.h b/include/types.h index ddbff76b..c80653d3 100644 --- a/include/types.h +++ b/include/types.h @@ -17,6 +17,7 @@ typedef struct uw_context *uw_context; typedef uw_Basis_string uw_Basis_xhtml; typedef uw_Basis_string uw_Basis_page; +typedef uw_Basis_string uw_Basis_css_class; typedef unsigned uw_Basis_client; typedef struct { -- cgit v1.2.3