X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Futils.h;h=c3364ced9200028f6727ff309ee624fcb94f1406;hp=28afc4ef81ec42ef5407749c56fdcb21c23d5c1d;hb=9fdf4278f8c8c1563d45205c9e9f1bc351bd814f;hpb=826ad11e419db90b66b3f76a90b54df021bb39fc 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__ */