From 7a38a9bc64e22c54248ca359cdd083ee973c3fbf Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 21 Oct 1999 17:04:21 +0000 Subject: [PATCH] installed --- src/libCom/osi/osiPoolStatus.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/libCom/osi/osiPoolStatus.h diff --git a/src/libCom/osi/osiPoolStatus.h b/src/libCom/osi/osiPoolStatus.h new file mode 100644 index 000000000..9978af6cc --- /dev/null +++ b/src/libCom/osi/osiPoolStatus.h @@ -0,0 +1,22 @@ + +/* + * $Id$ + * + * Author: Jeff Hill + * + * Functions which interrogate the state of the system wide pool + * + */ + +#include "shareLib.h" + +#ifdef __cplusplus +extern "C" { +#endif + +epicsShareFunc int epicsShareAPI osiSufficentSpaceInPool (); + +#ifdef __cplusplus +} +#endif +