ngspice/src/frontend/plotting/graphdb.h

18 lines
291 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
* Header file for graphdb.c
* 1999 E. Rouat
************/
#ifndef GRAPHDB_H_INCLUDED
#define GRAPHDB_H_INCLUDED
int DestroyGraph(int id);
void FreeGraphs(void);
void SetGraphContext(int graphid);
void PushGraphContext(GRAPH *graph);
void PopGraphContext(void);
#endif