Index: trunk/ippToPsps/src/Fits.h
===================================================================
--- trunk/ippToPsps/src/Fits.h	(revision 31010)
+++ trunk/ippToPsps/src/Fits.h	(revision 31016)
@@ -27,4 +27,5 @@
     // accessor methods
     fitsfile* (*getFilePtr)();
+    int (*getDataType)();
     char* (*getPath)();
     bool (*countRows)();
@@ -55,3 +56,6 @@
 Fits* new_Fits(char* path);
 
+// non-class methods
+int Fits_getDataType(char *typename);
+
 # endif // IPPTOPSPS_FITS_H 
