X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=include%2Fparser.h;h=7a1837780c9fa5136c20234f7d87c0866d91b52c;hp=4140389ee14302c5d1c506ee1970003bbd25cb4e;hb=3e6d7001c4058b93281645e72ad1e223280b8589;hpb=441b424160ccf92f27828c5f4c42b9276f65f076 diff --git a/include/parser.h b/include/parser.h index 4140389..7a18377 100644 --- a/include/parser.h +++ b/include/parser.h @@ -57,5 +57,6 @@ int next_nonblank(cstring_t *text, int i); int prev_blank(cstring_t *text, int i); int next_blank(cstring_t *text, int i); int next_word(cstring_t *text, int i); +int next_nontilde(cstring_t *text, int i); #endif // !defined( PARSER_H )