utils: Refactor get_name's functionality into util for global access
This commit is contained in:
parent
78bf82cf33
commit
826ad11e41
3 changed files with 42 additions and 29 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue