X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=include%2Fchxj_chtml40.h;h=077b4d16a15fcfb11efe9a396cd3bf89ee21feec;hb=651a102146748117ea4d9b271e8eaf65299fa5c8;hp=7b21ef1bd415bee5435a5e958bcc753193e039ae;hpb=9a2a0765d87975d8fe031695466509d75c75e87e;p=modchxj%2Fmod_chxj.git diff --git a/include/chxj_chtml40.h b/include/chxj_chtml40.h index 7b21ef1b..077b4d16 100644 --- a/include/chxj_chtml40.h +++ b/include/chxj_chtml40.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2009 Atsushi Konno All rights reserved. + * Copyright (C) 2005-2011 Atsushi Konno All rights reserved. * Copyright (C) 2005 QSDN,Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -42,6 +42,8 @@ struct chtml40_t { cookie_t *cookie; css_stylesheet_t *style; css_prop_list_stack_t *css_prop_stack; + + char *pagetitle; }; typedef struct _chtml40_flags_t chtml40_flags_t;