X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgenconf%2Fconf_parser.c;h=f19bb7c7965907db71442f57075dd7826ee08914;hb=86139583cdd4c7f52a91191dc5162493869b1fd7;hp=ba1ca0a7bac64e1685eb0cab4736bdd210e63795;hpb=e5ca055e8b19eaa2335d554357f04e4a6fddb38a;p=libcmdline.git diff --git a/src/genconf/conf_parser.c b/src/genconf/conf_parser.c index ba1ca0a..f19bb7c 100644 --- a/src/genconf/conf_parser.c +++ b/src/genconf/conf_parser.c @@ -43,8 +43,10 @@ /* * Add a token in the line structure given as argument. - * 'linestart' parameter is the beginning of the line buffer. - * 'linecur' + * + * 'linestart': pointer to the line buffer. + * 'linecur': current pointer in the line string (same string than linestart). + * * Return a pointer to the first token copied from buf in a allocated * buffer which is correctly nil-terminated. Also fill *eatlen * argument the length of eaten bytes. The user should free the token