FreeRDP/channels/remdesk
Jakub Adam 2e4948c38c Make remdesk_virtual_channel_write() static
The function with the same name is defined in multiple libraries
(libfreerdp-shadow.so, libfreerdp-server.so), which might confuse
the dynamic linker at runtime, binding a wrong version of the function
and thus causing segmentation faults.

Since remdesk_virtual_channel_write()s aren't used outside the files
they are defined in, we can declare them static to make them invisible
to the linker.
2015-05-20 08:10:41 +02:00
..
client Make remdesk_virtual_channel_write() static 2015-05-20 08:10:41 +02:00
server Make remdesk_virtual_channel_write() static 2015-05-20 08:10:41 +02:00
ChannelOptions.cmake channels/remdesk: stub virtual channel 2014-06-28 17:24:44 -04:00
CMakeLists.txt channels/remdesk: stub virtual channel 2014-06-28 17:24:44 -04:00