X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Futils.h;h=c3364ced9200028f6727ff309ee624fcb94f1406;hp=7e519f4a9e06dadc12a62984d2f9f4afeac2a637;hb=706d855e507980de3845556989d7de7a3b9c76e8;hpb=e57daac63b6f703af8e7c8209ef61a4d3b2180c3 diff --git a/src/utils.h b/src/utils.h index 7e519f4a..c3364ced 100644 --- a/src/utils.h +++ b/src/utils.h @@ -50,4 +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__ */