summaryrefslogtreecommitdiff
path: root/Xtransint.h
diff options
context:
space:
mode:
Diffstat (limited to 'Xtransint.h')
-rw-r--r--Xtransint.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xtransint.h b/Xtransint.h
index 2156bd5..0a5b0e6 100644
--- a/Xtransint.h
+++ b/Xtransint.h
@@ -318,6 +318,10 @@ 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)