Fixed reading of system files with non-ascii characters in variable names.
[pspp-builds.git] / src / data / variable.h
index 2bc3442d251657af86f2d126f9165f07e97a8f5d..479452411dc620471d061869f7e012cfb64d3666 100644 (file)
@@ -87,6 +87,7 @@ struct variable
 
 /* Variable names. */
 bool var_is_valid_name (const char *, bool issue_error);
+bool var_is_plausible_name (const char *name, bool issue_error);
 int compare_var_names (const void *, const void *, void *);
 unsigned hash_var_name (const void *, void *);