mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 10:12:18 +00:00
Function argument correction
This commit is contained in:
parent
18634081fa
commit
67a11b69a9
@ -78,7 +78,7 @@ void opensocket(void) {
|
||||
|
||||
/* Sends a parsed response to the ntk console client. */
|
||||
|
||||
void send_response(char response[REQUEST_LENGTH]) {
|
||||
void send_response(char response[REQUEST_LENGTH], ...) {
|
||||
int response_length;
|
||||
|
||||
response_length = (int)strlen(response);
|
||||
|
Loading…
Reference in New Issue
Block a user