aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/config.h
blob: b7a76d0c53fac0836e5156410bdf54b629420fc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright (C) 2015-2017 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