[client,cmdling] use a typedef for callback function

typedef freerdp_command_line_handle_option_t to have a common type for
callback functions
This commit is contained in:
akallabeth
2025-02-11 12:13:22 +01:00
parent 0c0e45c6d0
commit 9f8ed06f9a
6 changed files with 18 additions and 11 deletions

View File

@@ -748,7 +748,7 @@ owned by rdpRdp */
* state, ...)
* \since version 3.12.0
*/
FREERDP_API BOOL freerdp_presist_credentials(rdpContext* context);
FREERDP_API BOOL freerdp_persist_credentials(rdpContext* context);
#ifdef __cplusplus
}