X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;ds=sidebyside;f=include%2Fchxj_load_device_data.h;h=96e7bbf359ae26fee77f569885bfb84022011582;hb=a8e953da7b20fe91b4069428f79d822f851904e6;hp=33679e960698a26039c6c7ea32c674ef8ab2ca22;hpb=6b5916d00af01074ba9de20073ddea4e5569878c;p=modchxj%2Fmod_chxj.git diff --git a/include/chxj_load_device_data.h b/include/chxj_load_device_data.h old mode 100644 new mode 100755 index 33679e96..96e7bbf3 --- a/include/chxj_load_device_data.h +++ b/include/chxj_load_device_data.h @@ -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