Patch #6117: Implement clipboard for data sheet.
[pspp] / src / data / dictionary.h
index 9990410afaf52e6e6b6757166da1df91135d3901..581a49d827614a56277dd65cf7564addc9a0f49b 100644 (file)
@@ -140,4 +140,6 @@ const struct vector *dict_lookup_vector (const struct dictionary *,
                                          const char *name);
 void dict_clear_vectors (struct dictionary *);
 
+void dict_dump (const struct dictionary *);
+
 #endif /* dictionary.h */