X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=string.h;fp=string.h;h=230f654b67a8e553e37e2f7635fbfe057e63cfca;hb=bcc0838f240081150a5d11f176326efe95a7d382;hp=6d0990749529489ec03d7e517891f4dc3b93322c;hpb=e3868dab3db27242f066bf52d95d0b3f2c0df7e3;p=paraslash.git diff --git a/string.h b/string.h index 6d099074..230f654b 100644 --- a/string.h +++ b/string.h @@ -42,6 +42,8 @@ struct para_buffer { enum for_each_line_flags { /** Activate read-only mode. */ FELF_READ_ONLY = 1 << 0, + /** Don't call line handler for the first input line. */ + FELF_DISCARD_FIRST = 1 << 1, }; /** Used for \ref for_each_line(). */