| Commit | Line | Data |
|---|---|---|
| eeab7066 RT |
1 | /* |
| 2 | ||
| 3 | This code was written as part of the CMU Common Lisp project at | |
| 4 | Carnegie Mellon University, and has been placed in the public domain. | |
| 5 | ||
| 6 | */ | |
| e67c0397 | 7 | |
| 8 | #ifndef _MONITOR_H_ | |
| 9 | #define _MONITOR_H_ | |
| 62957726 | 10 | |
| 11 | extern void ldb_monitor(void); | |
| 12 | extern void throw_to_monitor(void); | |
| e67c0397 | 13 | |
| 14 | #endif /* _MONITOR_H_ */ |