static HgfsInternalStatus
HgfsServerTransportGetDefaultSession(HgfsTransportSessionInfo *transportSession,
HgfsSessionInfo **session);
+static Bool HgfsPacketSend(HgfsPacket *packet,
+ char *packetOut,
+ size_t packetOutLen,
+ HgfsTransportSessionInfo *transportSession,
+ HgfsSendFlags flags);
/*
* Opcode handlers
*----------------------------------------------------------------------------
*/
-Bool
+static Bool
HgfsPacketSend(HgfsPacket *packet, // IN/OUT: Hgfs Packet
char *packetOut, // IN: output buffer
size_t packetOutLen, // IN: packet size
HgfsServerGetTargetRelativePath(const char* source, // IN: source file name
const char* target); // IN: target file name
-
-
-Bool
-HgfsPacketSend(HgfsPacket *packet, // IN/OUT: Hgfs Packet
- char *packetOut, // IN: Output packet buffer
- size_t packetOutLen, // IN: Output packet size
- HgfsTransportSessionInfo *transportSession, // IN: session info
- HgfsSendFlags flags); // IN: flags how to send
-
Bool
HgfsServerCheckOpenFlagsForShare(HgfsFileOpenInfo *openInfo, // IN: Hgfs file handle
HgfsOpenFlags *flags); // IN/OUT: open mode