/*
 * Copyright 1988 Anant Agarwal
 *
 * Permission to use, copy, modify, and distribute this software and its
 * documentation for any purpose and without fee is hereby granted, provided
 * that the above copyright notice appear in all copies and that both that
 * copyright notice and this permission notice appear in supporting
 * documentation.  No representations about the suitability of this software
 * for any purpose.  It is provided "as is" without express or implied 
 * warranty.
 *
 * Author:  Anant Agarwal, MIT Laboratory for Computer Science
 */

#include <strings.h>	
#include <stdio.h>
#include <math.h>
#include "plotio.h"
#include "defs.h"
#include "structs.h"
#include "plot.h"

sendx( p )
  LocalObjectType *p;

  {
	;
  }


x()
{
	fprintf(stderr,"Error: Cannot display X graph on this machine\n");
	exit(1);
}

sendi( p )
  LocalObjectType *p;

  {
	;
  }


i()
{
	fprintf(stderr,"Error: Cannot display InterViews graph on this machine\n");
	exit(1);
}

