/RENAME subcommand: Allow quoted strings in destination variables.
[pspp] / src / language / data-io / trim.h
index 106d1a8f32c0d800c8151f534b3255a97d114300..188acb4781907295ea1969c2c8f4d733478f1766 100644 (file)
@@ -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 *);