OSDN Git Service

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