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