Re-enable RMR libary's module tests
[ric-plt/lib/rmr.git] / src / rmr / si / src / si95 / siproto.h
index e8d9ba5..7f9fee6 100644 (file)
 #ifndef _si_proto_h
 #define _si_proto_h
 
+extern void siabort_conn( int fd );            // use by applications discouraged
+
 extern void *SInew( int type );
-extern char *sigetname( int sid );
+extern char *SIgetname( int sid );
+extern void SIabort( struct ginfo_blk *gptr );
 extern int SIaddress( void *src, void **dest, int type );
 extern void SIbldpoll( struct ginfo_blk* gptr  );
 extern struct tp_blk *SIconn_prep( struct ginfo_blk *gptr, int type, char *abuf, int family );
@@ -44,7 +47,7 @@ extern int SIconnect( struct ginfo_blk *gptr, char *abuf );
 extern struct tp_blk *SIestablish( int type, char *abuf, int family );
 extern int SIgenaddr( char *target, int proto, int family, int socktype, struct sockaddr **rap );
 extern int SIgetaddr( struct ginfo_blk *gptr, char *buf );
-extern struct tp_blk *SIlisten_prep( struct ginfo_blk *gptr, int type, char* abuf, int family );
+extern struct tp_blk *SIlisten_prep( int type, char* abuf, int family );
 extern int SIlistener( struct ginfo_blk *gptr, int type, char *abuf );
 extern void SImap_fd( struct ginfo_blk *gptr, int fd, struct tp_blk* tpptr );
 extern int SInewsession( struct ginfo_blk *gptr, struct tp_blk *tpptr );