Index: trunk/Ohana/src/libdvo/include/dvo.h
===================================================================
--- trunk/Ohana/src/libdvo/include/dvo.h	(revision 39047)
+++ trunk/Ohana/src/libdvo/include/dvo.h	(revision 39125)
@@ -138,4 +138,11 @@
   ID_MEAS_PHOTOM_KRON    = 0x00400000,  // this measurement is used for the mean kron mag
 } DVOMeasureFlags;
+
+typedef enum {
+  ID_GALPHOT_FAIL_FIT       = 0x00000001, // fit failed to converge or was degenerate
+  ID_GALPHOT_TOO_FEW        = 0x00000002, // not enough points to fit the model
+  ID_GALPHOT_OUT_OF_RANGE   = 0x00000004, // fit minimum too far outside data range
+  ID_GALPHOT_BAD_ERROR      = 0x00000008, // invalid error (nan or inf)
+} DVOGalphotFlags;
 
 // XXX we used these names previously in markstar: replace with ID_MEAS_ARTIFACT
