Rewrite expression code.
[pspp-builds.git] / src / case.h
index 6af3aaf8d56a3478fb5cbc132186b41cc413d1ac..c7d7e9fbbc108fdade4f3a6af1f88554ddbfdb24 100644 (file)
@@ -56,6 +56,9 @@ CASE_INLINE void case_clone (struct ccase *, const struct ccase *);
 CASE_INLINE void case_move (struct ccase *, struct ccase *);
 CASE_INLINE void case_destroy (struct ccase *);
 
+void case_resize (struct ccase *, size_t old_cnt, size_t new_cnt);
+void case_swap (struct ccase *, struct ccase *);
+
 int case_try_create (struct ccase *, size_t value_cnt);
 int case_try_clone (struct ccase *, const struct ccase *);