OSDN Git Service

* version up.
[modchxj/mod_chxj.git] / include / chxj_load_emoji_data.h
index 6cdc762..8a3189f 100644 (file)
@@ -1,6 +1,6 @@
 /*
+ * Copyright (C) 2005-2008 Atsushi Konno All rights reserved.
  * Copyright (C) 2005 QSDN,Inc. All rights reserved.
- * Copyright (C) 2005 Atsushi Konno All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 #ifndef __LOAD_EMOJI_DATA_H__
 #define __LOAD_EMOJI_DATA_H__
 
-#define ESCAPE_CHAR_LT "<"
-#define ESCAPE_CHAR_GT ">"
+#define ESCAPE_CHAR_LT        "<"
+#define ESCAPE_CHAR_GT        ">"
 
 
-extern char* 
-chxj_load_emoji_data(
-  Doc* doc
-  apr_pool_t *p, mod_chxj_config* conf);
+extern char* chxj_load_emoji_data(
+  Doc*                     doc, 
+  apr_pool_t*              p
+  mod_chxj_config*         conf);
 
 #endif