OSDN Git Service

* version up.
[modchxj/mod_chxj.git] / include / qs_parse_attr.h
index 1c74519..2887f08 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.
 #include "qs_parse_string.h"
 
 extern Attr* qs_parse_attr(
-  Doc*        doc,
-  const char* s,
-  int         len,
-  int*        newpos);
+  Doc*          doc,
+  const char*   s,
+  int           len,
+  int*          newpos);
 
 extern Attr* qs_new_attr(
-  Doc* doc);
+  Doc*          doc);
 
 #endif
 /*