1 /*	$OpenBSD: rf_debugprint.h,v 1.3 2002/12/16 07:01:03 tdeval Exp $	*/
2 /*	$NetBSD: rf_debugprint.h,v 1.3 1999/02/05 00:06:08 oster Exp $	*/
3 
4 /*
5  * rf_debugprint.h
6  */
7 
8 /*
9  * Copyright (c) 1996 Carnegie-Mellon University.
10  * All rights reserved.
11  *
12  * Author: Mark Holland
13  *
14  * Permission to use, copy, modify and distribute this software and
15  * its documentation is hereby granted, provided that both the copyright
16  * notice and this permission notice appear in all copies of the
17  * software, derivative works or modified versions, and any portions
18  * thereof, and that both notices appear in supporting documentation.
19  *
20  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
21  * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
22  * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
23  *
24  * Carnegie Mellon requests users of this software to return to
25  *
26  *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
27  *  School of Computer Science
28  *  Carnegie Mellon University
29  *  Pittsburgh PA 15213-3890
30  *
31  * any improvements or extensions that they make and grant Carnegie the
32  * rights to redistribute these changes.
33  */
34 
35 #ifndef	_RF__RF_DEBUGPRINT_H_
36 #define	_RF__RF_DEBUGPRINT_H_
37 
38 int  rf_ConfigureDebugPrint(RF_ShutdownList_t **);
39 void rf_clear_debug_print_buffer(void);
40 void rf_debug_printf(char *, void *, void *, void *, void *, void *, void *,
41 	void *, void *);
42 void rf_print_debug_buffer(void);
43 void rf_spill_debug_buffer(char *);
44 
45 #endif	/* ! _RF__RF_DEBUGPRINT_H_ */
46