work on CTABLES
[pspp] / src / data / dictionary.c
index c331ea234550f461d0ad07d3ff8300a109af440e..9ce3c46505b682b6388fc8a755b6c13628ebef31 100644 (file)
@@ -413,6 +413,12 @@ dict_set_split_vars__ (struct dictionary *d,
     }
 }
 
+enum split_type
+dict_get_split_type (const struct dictionary *d)
+{
+  return d->split_type;
+}
+
 /* Sets N split vars SPLIT in dictionary D. */
 void
 dict_set_split_vars (struct dictionary *d,