X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=3d13aea277d7459e9fd36d194cc4ff710473022c;hp=c73eb7361b80587780e3c952bb09b72fd3e7a4d4;hb=3f696a82bbb79cb07bfdb8e510bb4f3515570cec;hpb=db8b6df30d17d9f93c60758e156699067121cbb5 diff --git a/afs.h b/afs.h index c73eb736..3d13aea2 100644 --- a/afs.h +++ b/afs.h @@ -149,6 +149,8 @@ struct pattern_match_data { struct lls_parse_result *lpr; /** Null-terminated array of patterns. */ struct osl_object patterns; + /** Do not try to match the first inputs of lpr */ + unsigned input_skip; /** Data pointer passed to the action function. */ void *data; /** Gets increased by one for each match. */