OSDN Git Service

* version up.
[modchxj/mod_chxj.git] / include / qs_parse_file.h
index 62f93e5..0c7ebe0 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 __QS_PARSE_FILE_H__
 #define __QS_PARSE_FILE_H__
+
 #include "qs_parse_string.h"
 
 /*
  * Prototype Declare
  */
 extern Node* qs_parse_file(
-  Doc* doc, const char* filename) ;
+  Doc*          doc, 
+  const char*   filename);
+
 #endif