installed
This commit is contained in:
22
src/libCom/osi/osiPoolStatus.h
Normal file
22
src/libCom/osi/osiPoolStatus.h
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user