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

#ifndef CLIENT_H
#define CLIENT_H

int connect_to_server(const char interface[]);

#endif