diff options
Diffstat (limited to 'rfbplayer/rfbplayer.h')
-rw-r--r-- | rfbplayer/rfbplayer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rfbplayer/rfbplayer.h b/rfbplayer/rfbplayer.h index e40265ec..6b717ef9 100644 --- a/rfbplayer/rfbplayer.h +++ b/rfbplayer/rfbplayer.h @@ -110,6 +110,9 @@ class RfbPlayer : public RfbProto { // -=- Player functions + // openSessionFile() opens the new session file and starts play it + void openSessionFile(char *fileName); + // skipHandshaking() - is implemented to skip the initial handshaking when // perform backward seeking OR replaying. void skipHandshaking(); |