소스 검색

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);