diff options
-rw-r--r-- | Xtrans.h | 4 | ||||
-rw-r--r-- | Xtransint.h | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -215,6 +215,10 @@ typedef struct _XtransConnInfo *XtransConnInfo; * Function prototypes for the exposed interface */ +void TRANS(FreeConnInfo) ( + XtransConnInfo /* ciptr */ +); + #ifdef TRANS_CLIENT XtransConnInfo TRANS(OpenCOTSClient)( diff --git a/Xtransint.h b/Xtransint.h index 0a5b0e6..2156bd5 100644 --- a/Xtransint.h +++ b/Xtransint.h @@ -318,10 +318,6 @@ typedef struct _Xtransport_table { * systems, so they may be emulated. */ -static void TRANS(FreeConnInfo) ( - XtransConnInfo /* ciptr */ -); - #ifdef WIN32 #define READV(ciptr, iov, iovcnt) TRANS(ReadV)(ciptr, iov, iovcnt) |