OSDN Git Service

* move header files.
[modchxj/mod_chxj.git] / include / chxj_img_conv.h
diff --git a/include/chxj_img_conv.h b/include/chxj_img_conv.h
new file mode 100644 (file)
index 0000000..f895a2d
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+#ifndef __CHXJ_IMG_CONV_H__
+#define __CHXJ_IMG_CONV_H__
+#include "mod_chxj.h"
+
+char* chxj_img_conv(request_rec* r, device_table_t* spec, const char* s);
+#endif