ngspice/src/frontend/breakp2.h

18 lines
315 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
* Header file for breakp2.c
* 1999 E. Rouat
************/
#ifndef BREAKP2_H_INCLUDED
#define BREAKP2_H_INCLUDED
void com_save(wordlist *wl);
void com_save2(wordlist *wl, char *name);
void settrace(wordlist *wl, int what, char *name);
2005-05-29 03:01:40 +02:00
extern struct dbcomm *dbs;
extern int debugnumber;
2000-04-27 22:03:57 +02:00
#endif