OSDN Git Service

* version up
[modchxj/mod_chxj.git] / include / qs_ignore_sp.h
index 6dd477a..cfd0fab 100644 (file)
@@ -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.
 #define __QS_IGNORE_SP_H__
 #include "qs_parse_string.h"
 
-extern int 
-qs_ignore_sp(
-  Doc* doc
-  const char*, int);
+extern int qs_ignore_sp(
+  Doc*            doc, 
+  const char*     s
+  int             l);
 
-extern int 
-qs_ignore_sp_and_quote(
-  Doc* doc
-  const char* s, int len) ;
+extern int qs_ignore_sp_and_quote(
+  Doc*            doc, 
+  const char*     s
+  int             len) ;
 
 #endif