pivot table procedure conceptually works
[pspp] / src / libpspp / u8-line.h
index af7bd6e8aaa1ff04fc4e9f461a380db20e3ae523..2674e2e275b92ed1a5ae902c64d39e948353b624 100644 (file)
@@ -37,5 +37,6 @@ void u8_line_destroy (struct u8_line *);
 void u8_line_clear (struct u8_line *);
 char *u8_line_reserve (struct u8_line *, int x0, int x1, int n);
 void u8_line_put (struct u8_line *, int x0, int x1, const char *s, int n);
+void u8_line_set_length (struct u8_line *, int x);
 
 #endif /* libpspp/u8-line.h */