diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-06-17 19:23:41 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-06-17 19:23:41 +0200 |
commit | 7c38b9781f60e4a5ae46092783a71a132506a5aa (patch) | |
tree | bf95790b4147628901725b37e2c099c6862d6e93 /src/utils.h | |
parent | 946880094ff17bd7031c1059625290c4fd2a76d5 (diff) |
added snprintf autoconf and runtime check
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index f72255b..8634b01 100644 --- a/src/utils.h +++ b/src/utils.h @@ -74,4 +74,6 @@ size_t parse_hostport(const char *str, const char *result[2], size_t parse_hostport_str(const char *str, char hbuf[NI_MAXHOST], char sbuf[NI_MAXSERV]); +int selfcheck_minimal_requirements(void); + #endif |