/*************************************************************************
 *	metaps
 *
 *	metafile postscript output driver
 *
 *	Eric Boucharé, 08/08/2001
 *
 *************************************************************************/

#ifndef PSGRAPH_H
#define PSGRAPH_H

#include <stdio.h>
#include "sysdep.h"

int dump_postscript(char *filename);


#endif



syntax highlighted by Code2HTML, v. 0.9.1