OSDN Git Service

* Changed Mode=WP action for iPhone/Android.
[modchxj/mod_chxj.git] / include / chxj_chtml40.h
index 28cb99e..077b4d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2008 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;
@@ -65,4 +67,6 @@ extern char *chxj_convert_chtml40(
   chxjconvrule_entry    *entryp,
   cookie_t              *cookie);
 
+extern char *chxj_chtml40_emoji_only_converter(request_rec *r, device_table *spec, const char *src, apr_size_t len);
+
 #endif