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 +