diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-16 00:03:34 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-16 00:03:34 +0000 |
commit | 086450a69044f3ede65845d9a616116db9a6d006 (patch) | |
tree | a91a7d8f967737b7eed23cb127849d08e3af4d63 /sys/dev/raidframe/rf_debugprint.h | |
parent | 41fb84abc5659cc1a368cd59d7929ddf756c3297 (diff) |
Merge from NetBSD, mostly indentation
Diffstat (limited to 'sys/dev/raidframe/rf_debugprint.h')
-rw-r--r-- | sys/dev/raidframe/rf_debugprint.h | 40 |
1 files changed, 10 insertions, 30 deletions
diff --git a/sys/dev/raidframe/rf_debugprint.h b/sys/dev/raidframe/rf_debugprint.h index 6810fd0a6ee..a0d1168f863 100644 --- a/sys/dev/raidframe/rf_debugprint.h +++ b/sys/dev/raidframe/rf_debugprint.h @@ -1,5 +1,5 @@ -/* $OpenBSD: rf_debugprint.h,v 1.1 1999/01/11 14:29:13 niklas Exp $ */ -/* $NetBSD: rf_debugprint.h,v 1.1 1998/11/13 04:20:28 oster Exp $ */ +/* $OpenBSD: rf_debugprint.h,v 1.2 1999/02/16 00:02:34 niklas Exp $ */ +/* $NetBSD: rf_debugprint.h,v 1.3 1999/02/05 00:06:08 oster Exp $ */ /* * rf_debugprint.h */ @@ -29,36 +29,16 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. */ -/* - * : - * Log: rf_debugprint.h,v - * Revision 1.4 1996/06/10 11:55:47 jimz - * Straightened out some per-array/not-per-array distinctions, fixed - * a couple bugs related to confusion. Added shutdown lists. Removed - * layout shutdown function (now subsumed by shutdown lists). - * - * Revision 1.3 1996/05/27 18:56:37 jimz - * more code cleanup - * better typing - * compiles in all 3 environments - * - * Revision 1.2 1996/05/23 21:46:35 jimz - * checkpoint in code cleanup (release prep) - * lots of types, function names have been fixed - * - * Revision 1.1 1996/05/18 19:55:43 jimz - * Initial revision - * - */ #ifndef _RF__RF_DEBUGPRINT_H_ #define _RF__RF_DEBUGPRINT_H_ -int rf_ConfigureDebugPrint(RF_ShutdownList_t **listp); -void rf_clear_debug_print_buffer(void); -void rf_debug_printf(char *s, void *a1, void *a2, void *a3, void *a4, - void *a5, void *a6, void *a7, void *a8); -void rf_print_debug_buffer(void); -void rf_spill_debug_buffer(char *fname); +int rf_ConfigureDebugPrint(RF_ShutdownList_t ** listp); +void rf_clear_debug_print_buffer(void); +void +rf_debug_printf(char *s, void *a1, void *a2, void *a3, void *a4, + void *a5, void *a6, void *a7, void *a8); +void rf_print_debug_buffer(void); +void rf_spill_debug_buffer(char *fname); -#endif /* !_RF__RF_DEBUGPRINT_H_ */ +#endif /* !_RF__RF_DEBUGPRINT_H_ */ |