OSDN Git Service

* version up.
[modchxj/mod_chxj.git] / include / qs_ignore_sp.h
index 5b0dfdc..d43faad 100644 (file)
@@ -1,6 +1,6 @@
 /*
+ * Copyright (C) 2005-2009 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 int qs_ignore_sp(
-  Doc* doc, 
-  const char*, 
-  int);
+  Doc*            doc, 
+  const char*     s
+  int             l);
 
 extern int qs_ignore_sp_and_quote(
-  Doc* doc, 
-  const char* s, 
-  int len) ;
+  Doc*            doc, 
+  const char*     s, 
+  int             len) ;
 
 #endif