/* Copyright (C) 2001-2005 Peter Selinger. This file is part of psdim. It is free software and it is covered by the GNU general public license. See the file COPYING for details. */ /* $Id: psdim.h,v 1.3 2005/03/31 03:20:13 selinger Exp $ */ #ifndef PSDIM_H #define PSDIM_H #include "main.h" int readnum(FILE *f); int psdim(char *infile, int n, bbox_t *bboxes); int psdim_color(char *infile, int n, bbox_t *bboxes); #endif /* PSDIM_H */