mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[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:
@@ -72,9 +72,6 @@
|
||||
#include <freerdp/log.h>
|
||||
#define TAG CLIENT_TAG("common.cmdline")
|
||||
|
||||
typedef int (*freerdp_command_line_handle_option_t)(const COMMAND_LINE_ARGUMENT_A* arg,
|
||||
void* custom);
|
||||
|
||||
static const char str_force[] = "force";
|
||||
|
||||
static const char* option_starts_with(const char* what, const char* val);
|
||||
|
||||
Reference in New Issue
Block a user