output: Reimplement table_from_string in terms of tab.
[pspp] / src / output / table.h
index 040e89dcc71904b07f17e8a03b6f00f1f8dc61be..5331aa34388d97f0d534ddf6bf8fc3a462db30d5 100644 (file)
@@ -266,6 +266,6 @@ void table_set_hb (struct table *, int hb);
 /* Table classes. */
 
 /* Simple kinds of tables. */
-struct table *table_from_string (enum table_halign, const char *);
+struct table *table_from_string (const char *);
 
 #endif /* output/table.h */