Read dictionary encoding from data files.
[pspp-builds.git] / src / data / dictionary.h
index 18bf3f781081a14fc23fe2d3568efa1e96b31a9c..4efb953c550fae754c62c96098bb8e8a51995b80 100644 (file)
@@ -147,6 +147,11 @@ struct attrset *dict_get_attributes (const struct dictionary *);
 void dict_set_attributes (struct dictionary *, const struct attrset *);
 bool dict_has_attributes (const struct dictionary *);
 
+
+void dict_set_encoding (struct dictionary *d, const char *enc);
+const char *dict_get_encoding (const struct dictionary *d);
+
+
 /* Functions to be called upon dictionary changes. */
 struct dict_callbacks
  {