Index: trunk/psLib/src/fits/psFitsTableNew.h
===================================================================
--- trunk/psLib/src/fits/psFitsTableNew.h	(revision 32217)
+++ trunk/psLib/src/fits/psFitsTableNew.h	(revision 32228)
@@ -14,6 +14,9 @@
 
 typedef struct {
-    /* psString    name; */
+    psString    name;
     psDataType  type;
+    psDataType  vectorType;             // type inside if Vector
+    int         elementSize;            // 1 for primitives, strlen for strings
+                                        // vector length for vectors
     // only types supported by fits tables will be implemented
     union {
@@ -49,5 +52,5 @@
 
 psFitsTable *psFitsReadTableNew(const psFits *fits);
-bool psFitsWriteTableNew(psFits *fits, psFitsTable *table, const char *extname);
+bool psFitsWriteTableNew(psFits *fits, const psMetadata *header, psFitsTable *table, const char *extname);
 bool psFitsTableCensor(psFitsTable *table, bool *rowMask);
 
