OSDN Git Service

* updated copyright.
[modchxj/mod_chxj.git] / include / chxj_load_device_data.h
old mode 100644 (file)
new mode 100755 (executable)
index 33679e9..96e7bbf
@@ -1,6 +1,6 @@
 /*
+ * Copyright (C) 2005-2011 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.
@@ -24,4 +24,9 @@ extern void chxj_load_device_data(
   apr_pool_t*              p, 
   mod_chxj_config*         conf);
 
+extern void chxj_load_device_tsv_data(
+  apr_file_t*              fp,
+  apr_pool_t*              p, 
+  mod_chxj_config*         conf);
+
 #endif