X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fimgproc.h;h=45a434bd2b7c5dc23893db03070987f550234ffb;hp=21642687f1da190685b79e3ede01336e5ab952fa;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/src/imgproc.h b/src/imgproc.h index 2164268..45a434b 100644 --- a/src/imgproc.h +++ b/src/imgproc.h @@ -18,6 +18,9 @@ along with XEmacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef INCLUDED_imgproc_h_ +#define INCLUDED_imgproc_h_ + /* Synched up with: Not in FSF. */ /* Original author: Jareth Hein */ @@ -60,3 +63,5 @@ typedef struct { #define QUANT_GET_COLOR(qt,r,g,b) (qt->histogram[r>>COLOR_SHIFT][g>>COLOR_SHIFT][b>>COLOR_SHIFT]) quant_table *build_EImage_quantable(unsigned char *eimage, int width, int height, int num_colors); + +#endif /* INCLUDED_imgproc_h_ */