Skip to content

Commit

Permalink
Merge pull request #2654 from oshogbo/typos
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
hardening committed May 26, 2015
2 parents 83d5b26 + 951dbd8 commit 58b1995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libfreerdp/core/channels.h
Expand Up @@ -23,7 +23,7 @@
#include "client.h"

BOOL freerdp_channel_send(rdpRdp* rdp, UINT16 channelId, BYTE* data, int size);
BOOL freerdp_channel_process(freerdp* instance, wStream* s, UINT16 channel_id);
BOOL freerdp_channel_peer_process(freerdp_peer* client, wStream* s, UINT16 channel_id);
BOOL freerdp_channel_process(freerdp* instance, wStream* s, UINT16 channelId);
BOOL freerdp_channel_peer_process(freerdp_peer* client, wStream* s, UINT16 channelId);

#endif /* __CHANNEL_H */

0 comments on commit 58b1995

Please sign in to comment.