[transport_io] fix declaration of freerdp_io_callback_set_event

the argument was badly named, as it is setting the event and not
resetting it.
This commit is contained in:
akallabeth 2024-05-17 10:01:56 +02:00
parent 3ced20ec5b
commit f1e0b5367f
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -59,7 +59,7 @@ extern "C"
};
typedef struct rdp_transport_io rdpTransportIo;
FREERDP_API BOOL freerdp_io_callback_set_event(rdpContext* context, BOOL reset);
FREERDP_API BOOL freerdp_io_callback_set_event(rdpContext* context, BOOL set);
FREERDP_API const rdpTransportIo* freerdp_get_io_callbacks(rdpContext* context);
FREERDP_API BOOL freerdp_set_io_callbacks(rdpContext* context,