#ifndef _BIRD_WG_USER_H #define _BIRD_WG_USER_H #include "sysdep/config.h" #ifndef SOCKET_PATH #define SOCKET_PATH PATH_RUNSTATEDIR "/wireguard/" #endif /* SOCKET_PATH */ struct pool; struct wg_device; bool wg_has_userspace(const char *ifname); int wg_user_set_device(struct pool *pool, const char *ifname, struct wg_device *dev); #endif /* _BIRD_WG_USER_H */