added const to build and connect API

This commit is contained in:
Jeff Hill
1996-11-22 19:05:48 +00:00
parent a897ba6ac9
commit 687770d207

View File

@@ -99,6 +99,9 @@
/************************************************************************/
/*
* $Log$
* Revision 1.87 1996/11/02 00:50:30 jhill
* many pc port, const in API, and other changes
*
* Revision 1.86 1996/09/16 16:41:47 jhill
* local except => except handler & ca vers str routine
*
@@ -946,13 +949,13 @@ void ca_process_exit()
*/
int epicsShareAPI ca_build_and_connect
(
char *name_str,
chtype get_type,
unsigned long get_count,
chid * chixptr,
void *pvalue,
void (*conn_func) (struct connection_handler_args),
void *puser
const char *name_str,
chtype get_type,
unsigned long get_count,
chid * chixptr,
void *pvalue,
void (*conn_func) (struct connection_handler_args),
void *puser
)
{
if(get_type != TYPENOTCONN && pvalue!=0 && get_count!=0){