00001 /****************************************************************************************************** 00002 * (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released * 00003 * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file * 00004 * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. * 00005 ******************************************************************************************************/ 00006 00007 #ifndef JPEG2000_CALLBACKS_H 00008 #define JPEG2000_CALLBACKS_H 00009 00010 extern void errorCallback (const char *msg, 00011 void *clientData); 00012 extern void infoCallback (const char *msg, 00013 void *clientData); 00014 extern void warningCallback (const char *msg, 00015 void *clientData); 00016 00017 #endif // JPEG2000_CALLBACKS_H