Added access to dbs and debugnumber
This commit is contained in:
parent
efaf4404bf
commit
b7701cd0e9
|
|
@ -1,6 +1,7 @@
|
||||||
/*************
|
/*************
|
||||||
* Header file for breakp2.c
|
* Header file for breakp2.c
|
||||||
* 1999 E. Rouat
|
* 1999 E. Rouat
|
||||||
|
* $Id$
|
||||||
************/
|
************/
|
||||||
|
|
||||||
#ifndef BREAKP2_H_INCLUDED
|
#ifndef BREAKP2_H_INCLUDED
|
||||||
|
|
@ -12,5 +13,7 @@ void com_save2(wordlist *wl, char *name);
|
||||||
void settrace(wordlist *wl, int what, char *name);
|
void settrace(wordlist *wl, int what, char *name);
|
||||||
int ft_getSaves(struct save_info **savesp);
|
int ft_getSaves(struct save_info **savesp);
|
||||||
|
|
||||||
|
extern struct dbcomm *dbs;
|
||||||
|
extern int debugnumber;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue