/* SPDX-License-Identifier: MIT */ /* * Copyright (C) 2018 Wireguard LLC */ int setup_server(const char interface[]) { /* TODO */ return -1; }