X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdata-io%2Ftrim.h;h=188acb4781907295ea1969c2c8f4d733478f1766;hb=53d339111a9f51561cfccc65764874cdf54e501a;hp=106d1a8f32c0d800c8151f534b3255a97d114300;hpb=5a540f74d5fcc802287bb64ab9e2129a90af0e72;p=pspp diff --git a/src/language/data-io/trim.h b/src/language/data-io/trim.h index 106d1a8f32..188acb4781 100644 --- a/src/language/data-io/trim.h +++ b/src/language/data-io/trim.h @@ -21,8 +21,8 @@ struct lexer; struct dictionary; -bool parse_dict_trim (struct lexer *, struct dictionary *); -bool parse_dict_rename (struct lexer *, struct dictionary *); +bool parse_dict_trim (struct lexer *, struct dictionary *, bool); +bool parse_dict_rename (struct lexer *, struct dictionary *, bool); bool parse_dict_drop (struct lexer *, struct dictionary *); bool parse_dict_keep (struct lexer *, struct dictionary *);