Files
rawTherapee/rtengine/klt/error.h
Oliver Duis 2a507c8615 Code cleanups
on behalf of Lebedev, see issue 1279
2012-03-16 15:22:27 +01:00

16 lines
315 B
C

/*********************************************************************
* error.h
*********************************************************************/
#ifndef _ERROR_H_
#define _ERROR_H_
#include <cstdio>
#include <cstdarg>
void KLTError(const char *fmt, ...);
void KLTWarning(const char *fmt, ...);
#endif