installed

This commit is contained in:
Jeff Hill
1999-10-21 17:04:21 +00:00
parent 818b4d87dd
commit 7a38a9bc64

View File

@@ -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