X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Futils.h;h=5c387bdb8fe333d6272f02049d6b672eb7105e8a;hp=c3364ced9200028f6727ff309ee624fcb94f1406;hb=390d25f0b80dd7418e147de3561c70461628574d;hpb=511b51ffe60c20a9091829c03863197b76027716 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__ */