mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-02 22:06:10 +00:00
Fix non-standard forward declaration
This commit is contained in:
@@ -113,7 +113,7 @@ void connectionSawFrame(int frameIndex);
|
||||
void connectionLostPackets(int lastReceivedPacket, int nextReceivedPacket);
|
||||
void connectionSendFrameFecStatus(PSS_FRAME_FEC_STATUS fecStatus);
|
||||
int sendInputPacketOnControlStream(unsigned char* data, int length, uint8_t channelId, uint32_t flags, bool moreData);
|
||||
void flushInputOnControlStream();
|
||||
void flushInputOnControlStream(void);
|
||||
bool isControlDataInTransit(void);
|
||||
|
||||
int performRtspHandshake(PSERVER_INFORMATION serverInfo);
|
||||
|
||||
Reference in New Issue
Block a user