improved the way that socket error numbers are converted to strings,

changed () to (void) in func proto, and fixed missing parameter to
checkConnWatchdogs() bug resulting from this
This commit is contained in:
Jeff Hill
1999-09-02 21:44:50 +00:00
parent 7ef021d8f2
commit 971e71c28d
11 changed files with 94 additions and 76 deletions
+1 -1
View File
@@ -1086,7 +1086,7 @@ epicsShareFunc int epicsShareAPI ca_replace_printf_handler (
* returns the number of IOC's that CA is connected to
* (for testing purposes only)
*/
epicsShareFunc unsigned epicsShareAPI ca_get_ioc_connection_count ();
epicsShareFunc unsigned epicsShareAPI ca_get_ioc_connection_count (void);
#else /* CAC_ANSI_FUNC_PROTO */
epicsShareFunc short epicsShareAPI ca_get_field_type ();