utils: Refactor get_name's functionality into util for global access

This commit is contained in:
William A. Kennington III 2014-08-24 19:49:27 -07:00 committed by Guus Sliepen
parent 78bf82cf33
commit 826ad11e41
3 changed files with 42 additions and 29 deletions

View 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__ */