diff options
Diffstat (limited to 'rfb/rfb.h')
| -rw-r--r-- | rfb/rfb.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -348,6 +348,9 @@ typedef struct _rfbScreenInfo /* What does the server tell the new clients which version it supports */ int protocolMajorVersion; int protocolMinorVersion; + + /* command line authorization of file transfers */ + rfbBool permitFileTransfer; } rfbScreenInfo, *rfbScreenInfoPtr; |
