浏览代码

Fix argv's nextword function declaration

git-svn-id: https://klish.googlecode.com/svn/trunk@531 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 12 年之前
父节点
当前提交
745c8ae591
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lub/argv/private.h

+ 1 - 1
lub/argv/private.h

@@ -21,4 +21,4 @@ struct lub_argv_s {
  * PRIVATE META FUNCTIONS
  *------------------------------------- */
 const char *lub_argv_nextword(const char *string,
-	size_t * len, size_t * offset, bool_t * quoted);
+	size_t * len, size_t * offset, size_t * quoted);