Added access to dbs and debugnumber

This commit is contained in:
sjborley 2005-05-29 01:01:40 +00:00
parent efaf4404bf
commit b7701cd0e9
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
/*************
* Header file for breakp2.c
* 1999 E. Rouat
* $Id$
************/
#ifndef BREAKP2_H_INCLUDED
@ -12,5 +13,7 @@ void com_save2(wordlist *wl, char *name);
void settrace(wordlist *wl, int what, char *name);
int ft_getSaves(struct save_info **savesp);
extern struct dbcomm *dbs;
extern int debugnumber;
#endif