OSDN Git Service

* updated copyright.
[modchxj/mod_chxj.git] / include / chxj_load_device_data.h
old mode 100644 (file)
new mode 100755 (executable)
index ca036f5..96e7bbf
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2009 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");
@@ -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