summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_shutdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/raidframe/rf_shutdown.h')
-rw-r--r--sys/dev/raidframe/rf_shutdown.h23
1 files changed, 11 insertions, 12 deletions
diff --git a/sys/dev/raidframe/rf_shutdown.h b/sys/dev/raidframe/rf_shutdown.h
index bddfe7f9c0d..002dad7fbc6 100644
--- a/sys/dev/raidframe/rf_shutdown.h
+++ b/sys/dev/raidframe/rf_shutdown.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: rf_shutdown.h,v 1.1 1999/01/11 14:29:49 niklas Exp $ */
-/* $NetBSD: rf_shutdown.h,v 1.1 1998/11/13 04:20:34 oster Exp $ */
+/* $OpenBSD: rf_shutdown.h,v 1.2 1999/02/16 00:03:26 niklas Exp $ */
+/* $NetBSD: rf_shutdown.h,v 1.2 1999/02/05 00:06:17 oster Exp $ */
/*
* rf_shutdown.h
*/
@@ -51,18 +51,17 @@
*/
struct RF_ShutdownList_s {
- void (*cleanup)(void *arg);
- void *arg;
- char *file;
- int line;
- RF_ShutdownList_t *next;
+ void (*cleanup) (void *arg);
+ void *arg;
+ char *file;
+ int line;
+ RF_ShutdownList_t *next;
};
-
#define rf_ShutdownCreate(_listp_,_func_,_arg_) \
_rf_ShutdownCreate(_listp_,_func_,_arg_,__FILE__,__LINE__)
-int _rf_ShutdownCreate(RF_ShutdownList_t **listp, void (*cleanup)(void *arg),
- void *arg, char *file, int line);
-int rf_ShutdownList(RF_ShutdownList_t **listp);
+int _rf_ShutdownCreate(RF_ShutdownList_t ** listp, void (*cleanup) (void *arg),
+ void *arg, char *file, int line);
+int rf_ShutdownList(RF_ShutdownList_t ** listp);
-#endif /* !_RF__RF_SHUTDOWN_H_ */
+#endif /* !_RF__RF_SHUTDOWN_H_ */