From b0886bd7ecb4ed1976d8ceddb1aeff3f54110114 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 24 Oct 1996 19:25:39 +0000 Subject: Mon Oct 21 21:55:21 1996 Thomas Bushnell, n/BSG * fshelp.h: Add extern inline protection. * fshelp.c: New file. * Makefile (SRCS): Add fshelp.c. --- libfshelp/fshelp.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libfshelp/fshelp.h') diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 9461ae50..dced0610 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -28,6 +28,10 @@ #include #include +#ifndef FSHELP_EI +#define FSHELP_EI extern inline +#endif + /* Passive translator linkage */ /* These routines are self-contained and start passive translators, @@ -136,7 +140,7 @@ fshelp_transbox_init (struct transbox *transbox, void *cookie); /* Return true iff there is an active translator on this box */ -extern inline int +FSHELP_EI int fshelp_translated (struct transbox *box) { return (box->active != MACH_PORT_NULL); -- cgit v1.2.3