common-lisp.net
/
projects/cmucl/cmucl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3670ebef78dc67dc9ddeabbbfcb886556e3cb58b
[projects/cmucl/cmucl.git]
/
src
/
lisp
/
monitor.h
1
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/monitor.h,v 1.2 2005/01/13 19:55:00 fgilham Rel $ */
2
3
#ifndef _MONITOR_H_
4
#define _MONITOR_H_
5
6
extern void ldb_monitor(void);
7
extern void throw_to_monitor(void);
8
9
#endif /* _MONITOR_H_ */