OSDN Git Service

* Added Sample Device Data.
[modchxj/mod_chxj.git] / include / chxj_chtml30.h
index 685257d..5f58fa1 100644 (file)
 typedef struct chtml30_t chtml30_t;
 
 struct chtml30_t {
-    Doc*                doc;
-    char*               out;
+    Doc                 *doc;
+    char                *out;
     int                 out_len;
     int                 pre_flag;
     int                 textarea_flag;
+    int                 font_flag;
 
-    device_table*       spec;
-    mod_chxj_config*    conf;
-    chxjconvrule_entryentryp;
-    cookie_t*           cookie;
+    device_table        *spec;
+    mod_chxj_config     *conf;
+    chxjconvrule_entry  *entryp;
+    cookie_t            *cookie;
 };
 
 /*----------------------------------------------------------------------------*/
 /* Prototype                                                                  */
 /*----------------------------------------------------------------------------*/
-extern char* chxj_exchange_chtml30(
-  request_rec*          r,
-  device_table*         spec,
-  const char*           src,
+extern char *chxj_convert_chtml30(
+  request_rec           *r,
+  device_table          *spec,
+  const char            *src,
   apr_size_t            srclen,
-  apr_size_t*           dstlen,
-  chxjconvrule_entry*   entryp,
-  cookie_t*             cookie);
+  apr_size_t            *dstlen,
+  chxjconvrule_entry    *entryp,
+  cookie_t              *cookie);
 
 #endif