--- ray/src/px/pic.h 1991/11/12 16:04:13 2.1 +++ ray/src/px/pic.h 2003/07/14 22:24:00 2.3 @@ -1,8 +1,12 @@ -/* Copyright 1988 Regents of the University of California */ +/* RCSid: $Id: pic.h,v 2.3 2003/07/14 22:24:00 schorsch Exp $ */ +/* the following three structures are used by ciq */ -/* SCCSid "$SunId$ LBL" */ +#ifndef _RAD_PIC_H_ +#define _RAD_PIC_H_ -/* the following three structures are used by ciq */ +#ifdef __cplusplus +extern "C" { +#endif typedef int colormap[3][256]; @@ -16,3 +20,9 @@ typedef struct { /* image resolution */ extern int xmax,ymax; + +#ifdef __cplusplus +} +#endif +#endif /* _RAD_PIC_H_ */ +