utils: Refactor check_id out of protocol for global access
This commit is contained in:
parent
826ad11e41
commit
511b51ffe6
6 changed files with 13 additions and 24 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue