X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Futils.h;h=c3364ced9200028f6727ff309ee624fcb94f1406;hb=6d0452896673c36226c24144d4bde824a49c3950;hp=28afc4ef81ec42ef5407749c56fdcb21c23d5c1d;hpb=826ad11e419db90b66b3f76a90b54df021bb39fc;p=tinc diff --git a/src/utils.h b/src/utils.h index 28afc4ef..c3364ced 100644 --- a/src/utils.h +++ b/src/utils.h @@ -50,6 +50,7 @@ extern const char *winerror(int); extern unsigned int bitfield_to_int(const void *bitfield, size_t size); +extern bool check_id(const char *); char *replace_name(const char *name); #endif /* __TINC_UTILS_H__ */