mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
isnumber->isdigit (Linux does not have isnumber), strlcpy header.
This commit is contained in:
@@ -63,5 +63,8 @@ int sx_radix_tree_aggregate(struct sx_radix_tree* tree);
|
||||
int sx_radix_tree_refine(struct sx_radix_tree* tree, unsigned refine);
|
||||
int sx_radix_tree_refineLow(struct sx_radix_tree* tree, unsigned refineLow);
|
||||
|
||||
#ifndef HAVE_STRLCPY
|
||||
size_t strlcpy(char* dst, const char* src, size_t size);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user