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