diff options
Diffstat (limited to 'Xtransint.h')
-rw-r--r-- | Xtransint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Xtransint.h b/Xtransint.h index 581af9f..8dee614 100644 --- a/Xtransint.h +++ b/Xtransint.h @@ -291,6 +291,7 @@ typedef struct _Xtransport { int /* size */ ); +#if XTRANS_SEND_FDS int (*SendFd)( XtransConnInfo, /* connection */ int, /* fd */ @@ -300,6 +301,7 @@ typedef struct _Xtransport { int (*RecvFd)( XtransConnInfo /* connection */ ); +#endif int (*Disconnect)( XtransConnInfo /* connection */ |