aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/config.h
blob: 8c53887955d0a2cdd7d3fc9e22dcf29a89592217 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */

#ifndef WGCONFIG_H
#define WGCONFIG_H

struct wireguard_device;

int config_get_device(struct wireguard_device *wg, void __user *udevice);
int config_set_device(struct wireguard_device *wg, void __user *udevice);

#endif