]> tinc-vpn.org Git - tinc/blobdiff - src/utils.h
utils: Refactor get_name's functionality into util for global access
[tinc] / src / utils.h
index 7e519f4a9e06dadc12a62984d2f9f4afeac2a637..28afc4ef81ec42ef5407749c56fdcb21c23d5c1d 100644 (file)
@@ -50,4 +50,6 @@ extern const char *winerror(int);
 
 extern unsigned int bitfield_to_int(const void *bitfield, size_t size);
 
+char *replace_name(const char *name);
+
 #endif /* __TINC_UTILS_H__ */