2000-04-27 22:03:57 +02:00
|
|
|
/*************
|
|
|
|
|
* Header file for breakp2.c
|
|
|
|
|
* 1999 E. Rouat
|
|
|
|
|
************/
|
|
|
|
|
|
2013-01-23 20:57:32 +01:00
|
|
|
#ifndef ngspice_BREAKP2_H
|
|
|
|
|
#define ngspice_BREAKP2_H
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|