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

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