FreeRDP/include/freerdp/client
Bernhard Miklautz c97056e3a8 Fix compiler warning
FreeRDP/client/common/client.c: In function ‘freerdp_client_context_new’:
FreeRDP/client/common/client.c:86:38: warning: passing argument 1 of ‘freerdp_register_addin_provider’ from incompatible pointer type
  if (freerdp_register_addin_provider(freerdp_channels_load_static_addin_entry,
FreeRDP/include/freerdp/addin.h:60:17: note: expected ‘FREERDP_LOAD_CHANNEL_ADDIN_ENTRY_FN’ but argument is of type ‘void * (*)(const CHAR *, CHAR *, CHAR *, DWORD)’
 FREERDP_API int freerdp_register_addin_provider(
In file included from FreeRDP/client/common/compatibility.c:27:0:
FreeRDP/include/freerdp/addin.h:60:17: note: expected ‘FREERDP_LOAD_CHANNEL_ADDIN_ENTRY_FN’ but argument is of type ‘void * (*)(const CHAR *, CHAR *, CHAR *, DWORD)’
 FREERDP_API int freerdp_register_addin_provider(

gcc (Debian 4.9.2-10) 4.9.2
2016-12-01 15:36:49 +01:00
..
audin.h Added audin support for mac os. 2015-11-12 16:10:39 +01:00
channels.h Fix compiler warning 2016-12-01 15:36:49 +01:00
cliprdr.h Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
cmdline.h Fixed error checks for command line parser. 2016-02-01 15:18:34 +01:00
disp.h Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
drdynvc.h Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
encomsp.h Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
file.h added const to freerdp_client_get_string_option 2013-12-06 09:14:55 -05:00
rail.h Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
rdpei.h Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
rdpgfx.h Reformatted file. 2016-10-06 13:43:14 +02:00
rdpsnd.h Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
remdesk.h channels/remdesk: stub virtual channel 2014-06-28 17:24:44 -04:00
tsmf.h channels/tsmf: remove dependency on deprecated eventing system 2014-11-10 16:33:34 -05:00