Rename maximum_size to max_size
The long option is --max-size, so for consistency, adapt the code accordingly.
This commit is contained in:
@@ -4,5 +4,5 @@ process_t push_server(const char *serial);
|
||||
process_t enable_tunnel(const char *serial, Uint16 local_port);
|
||||
process_t disable_tunnel(const char *serial);
|
||||
|
||||
process_t start_server(const char *serial, Uint16 maximum_size);
|
||||
process_t start_server(const char *serial, Uint16 max_size);
|
||||
void stop_server(process_t server);
|
||||
|
||||
Reference in New Issue
Block a user