Index: trunk/psLib/src/fits/psFitsTable.h
===================================================================
--- trunk/psLib/src/fits/psFitsTable.h	(revision 24512)
+++ trunk/psLib/src/fits/psFitsTable.h	(revision 28208)
@@ -62,4 +62,21 @@
 );
 
+/** Read all table columns.
+ *
+ * String columns are read into arrays, number columns are read into vectors.
+ */
+psMetadata *psFitsReadTableAllColumns(const psFits *fits // FITS file pointer
+                                      );
+
+/** Write all table columns.
+ *
+ * Uses the same format as for psFitsReadTableAllColumns.
+ */
+bool psFitsWriteTableAllColumns(
+                                psFits *fits, // FITS file pointer
+                                psMetadata *header, // Header to write, or NULL
+                                const psMetadata *table, // Table to write
+                                const char *extname      // Extension name, or NULL
+                                );
 
 /** Reads a whole FITS table.  The current HDU type must be either
