Reworked very long string support for better encapsulation.
[pspp-builds.git] / src / data / variable.h
index aad4fe638cd27e3543d377286ed4177a6668dbb9..9b78d880a892b9fe36e38c5efb9a0513cb0d6aa2 100644 (file)
@@ -179,15 +179,6 @@ int parse_mixed_vars_pool (struct pool *,
 const char * var_to_string(const struct variable *var);
 
 
-/* Two complementary functions for dealing with 
-   Very Long String variables */
-
-void copy_demangle (char *dst, size_t dst_size,
-                   const char *src, size_t src_size);
-
-void copy_mangle (char *dst, size_t dst_size,
-                 const char *src, size_t src_size);
-
 int width_to_bytes(int width);