Added custom psppire-selector widget.
[pspp-builds.git] / src / data / variable.h
index 88d9b5a78bc96dcafa54ddaa0ced42b3d2e76156..e487ac51185e9dc2d0ddcc41b64bf307f75ea57a 100644 (file)
@@ -61,6 +61,9 @@ unsigned hash_var_ptr_by_name (const void *, const void *);
 enum var_type var_get_type (const struct variable *);
 int var_get_width (const struct variable *);
 void var_set_width (struct variable *, int width);
+
+typedef bool var_predicate_func (const struct variable *);
+
 bool var_is_numeric (const struct variable *);
 bool var_is_alpha (const struct variable *);
 bool var_is_short_string (const struct variable *);