commit | 36f586b6944fc40c1e2ecdae85e2df552d3d1fee | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 14 18:25:17 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 14 19:02:06 2020 +0100 |
tree | 4b1978c30b855f094312f79e7bed01b3e0bc3c7a | |
parent | 6c57f2da4326768c08603480f0ee2fa0a7f73231 [diff] |
MINOR: tools: add is_idchar() to tell if a char may belong to an identifier This function will simply be used to find the end of config identifiers (proxies, servers, ACLs, sample fetches, converters, etc).