Explorar o código

Fix argv's nextword function declaration

git-svn-id: https://klish.googlecode.com/svn/trunk@531 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev %!s(int64=12) %!d(string=hai) anos
pai
achega
745c8ae591
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);