aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
blob: 2c2f091b724ea2be0722291c6ebd12b4dc412cff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: MIT */
/*
 * Copyright (C) 2018 Wireguard LLC
 */

int connect_to_server(const char interface[])
{
	/* TODO */
	return -1;
}