Change "union value" to dynamically allocate long strings.
[pspp-builds.git] / src / data / case-map.h
index 010dd487274d537af9035a53b5e5dac21ef12a91..cefbe7667a2fbf53a288aac0dc854cc68d0299f8 100644 (file)
@@ -36,7 +36,7 @@ struct case_map *case_map_create (void);
 void case_map_destroy (struct case_map *);
 struct ccase *case_map_execute (const struct case_map *, struct ccase *);
 
-size_t case_map_get_value_cnt (const struct case_map *);
+const struct caseproto *case_map_get_proto (const struct case_map *);
 
 struct casereader *case_map_create_input_translator (struct case_map *,
                                                     struct casereader *);