ngspice/src/frontend/breakp2.h

18 lines
315 B
C

/*************
* 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);
extern struct dbcomm *dbs;
extern int debugnumber;
#endif