Files
epics-base/src/libCom/osi/osiPoolStatus.h
2000-02-07 21:35:55 +00:00

25 lines
298 B
C

/*
* $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 (void);
#ifdef __cplusplus
}
#endif
#include "osdPoolStatus.h"