--- ray/src/common/tmerrmsg.h 1997/04/18 13:59:50 3.2 +++ ray/src/common/tmerrmsg.h 2003/06/06 16:38:47 3.5 @@ -1,13 +1,17 @@ -/* Copyright (c) 1997 Regents of the University of California */ - -/* SCCSid "$SunId$ LBL" */ - +/* RCSid $Id: tmerrmsg.h,v 3.5 2003/06/06 16:38:47 schorsch Exp $ */ /* * Error messages for tone mapping functions. * Included exclusively in "tonemap.c". * English version. */ +#ifndef _RAD_TMERRMSG_H_ +#define _RAD_TMERRMSG_H_ +#ifdef __cplusplus +extern "C" { +#endif +#include "copyright.h" + char *tmErrorMessage[] = { "no error", "out of memory", @@ -18,3 +22,10 @@ char *tmErrorMessage[] = { "code consistency error 1", "code consistency error 2", }; + + +#ifdef __cplusplus +} +#endif +#endif /* _RAD_TMERRMSG_H_ */ +