You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
367 B
19 lines
367 B
/*************
|
|
* Header file for breakp2.c
|
|
* 1999 E. Rouat
|
|
* $Id$
|
|
************/
|
|
|
|
#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);
|
|
int ft_getSaves(struct save_info **savesp);
|
|
|
|
extern struct dbcomm *dbs;
|
|
extern int debugnumber;
|
|
|
|
#endif
|