This is Unofficial EPICS BASE Doxygen Site
osdSockUnsentCount.c
Go to the documentation of this file.
1 /*************************************************************************\
2 * EPICS BASE is distributed subject to a Software License Agreement found
3 * in file LICENSE that is included with this distribution.
4 \*************************************************************************/
5 
6 #define EPICS_PRIVATE_API
7 #include "osiSock.h"
8 
9 /*
10  * epicsSocketUnsentCount ()
11  */
13  /* not implemented */
14  return -1;
15 }
int epicsSocketUnsentCount(SOCKET sock)
int SOCKET
Definition: osdSock.h:31