X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fparser.h;h=7a1837780c9fa5136c20234f7d87c0866d91b52c;hb=3e6d7001c4058b93281645e72ad1e223280b8589;hp=67d15d4b49f4ef6bbd778d773bcb760438a0b025;hpb=80d361502cd01220458e3961dd380f6a26ea682a;p=smdp.git diff --git a/include/parser.h b/include/parser.h index 67d15d4..7a18377 100644 --- a/include/parser.h +++ b/include/parser.h @@ -5,7 +5,7 @@ * Functions necessary to parse a file and transform its content into * a deck of slides containing lines. All based on markdown formating * rules. - * Copyright (C) 2014 Michael Goehler + * Copyright (C) 2015 Michael Goehler * * This file is part of mdp. * @@ -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 )