X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Futils.h;h=5c387bdb8fe333d6272f02049d6b672eb7105e8a;hp=c3364ced9200028f6727ff309ee624fcb94f1406;hb=c2dc3784f127ef6db6e9960a4abecc1aab6f4e31;hpb=097c69fc6a223213302fe9ffbe00a4c05357e660 diff --git a/src/utils.h b/src/utils.h index c3364ced..5c387bdb 100644 --- a/src/utils.h +++ b/src/utils.h @@ -51,6 +51,7 @@ extern const char *winerror(int); extern unsigned int bitfield_to_int(const void *bitfield, size_t size); extern bool check_id(const char *); +extern bool check_netname(const char *, bool strict); char *replace_name(const char *name); #endif /* __TINC_UTILS_H__ */