OSDN Git Service

* version up.
[modchxj/mod_chxj.git] / include / chxj_load_device_data.h
index 63784bb..8df24bc 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_DEVICE_DATA_H__
 #define __LOAD_DEVICE_DATA_H__
+
 #include "mod_chxj.h"
 
-extern void 
-chxj_load_device_data(
-  Doc* doc, 
-  apr_pool_t*      p, 
-  mod_chxj_config* conf);
+extern void chxj_load_device_data(
+  Doc*                     doc, 
+  apr_pool_t*              p, 
+  mod_chxj_config*         conf);
 
 #endif