utils: Refactor check_id out of protocol for global access

This commit is contained in:
William A. Kennington III 2014-08-24 21:55:42 -07:00 committed by Guus Sliepen
parent 826ad11e41
commit 511b51ffe6
6 changed files with 13 additions and 24 deletions

View file

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