diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-06-23 18:33:09 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-23 18:33:09 +0300 |
| commit | 6a2dfa19254637ac8d844550d9bd36b7467c181f (patch) | |
| tree | 6f75738e88f61e813c61d17290a71ab44888175d /accel-pppd/utils.h | |
| parent | afa315e928a3eb3d6e4e793303b08907013946fb (diff) | |
| parent | f8dfbeca348d9f4eb794cdf3756a94f2d0acc730 (diff) | |
| download | accel-ppp-6a2dfa19254637ac8d844550d9bd36b7467c181f.tar.gz accel-ppp-6a2dfa19254637ac8d844550d9bd36b7467c181f.zip | |
Merge pull request #315 from nuclearcat/khedor-fixes
Several bugfixes for problems reported by Khodor Tahech
Diffstat (limited to 'accel-pppd/utils.h')
| -rw-r--r-- | accel-pppd/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/utils.h b/accel-pppd/utils.h index 06859a6b..aad4025f 100644 --- a/accel-pppd/utils.h +++ b/accel-pppd/utils.h @@ -24,6 +24,7 @@ size_t u_parse_ip6cidr(const char *str, struct in6_addr *netp, uint8_t *plen); size_t u_parse_ip4cidr(const char *str, struct in_addr *netp, uint8_t *plen); size_t u_parse_ip4range(const char *str, struct in_addr *base_ip, uint8_t *max); +void u_strstrip(char *str, char c); int u_randbuf(void *buf, size_t buf_len, int *err); #endif |
