Browse Source

Added access to dbs and debugnumber

pre-master-46
sjborley 21 years ago
parent
commit
b7701cd0e9
  1. 3
      src/frontend/breakp2.h

3
src/frontend/breakp2.h

@ -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…
Cancel
Save