projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add basic pledge/unveil sandbox on OpenBSD
[tinc]
/
src
/
conf_net.h
1
#ifndef TINC_NET_CONF_H
2
#define TINC_NET_CONF_H
3
4
#include "system.h"
5
#include "conf.h"
6
#include "subnet.h"
7
8
extern bool get_config_subnet(const config_t *config, struct subnet_t **result);
9
10
#endif // TINC_NET_CONF_H