Count Dialog and Recode Dialog: Make syntax generation locale independent
[pspp] / src / ui / gui / psppire-val-chooser.h
index 5c8175bae39c69f2744d83605613201cd0fdec14..0f487a45db1155d4c4dc8c6aaff7061dd1d1bd36 100644 (file)
@@ -95,7 +95,8 @@ struct old_value
 
 GType old_value_get_type (void);
 
-void old_value_append_syntax (GString *str, const struct old_value *ov);
+struct string;
+void old_value_append_syntax (struct string *str, const struct old_value *ov);
 
 void psppire_val_chooser_get_status (PsppireValChooser *vr, struct old_value *ov);
 void psppire_val_chooser_set_status (PsppireValChooser *vr, const struct old_value *ov);