From b17a36a17abc0ec5e6466d0af4f33109d4ef169b Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 17 Jun 2018 20:31:16 +0200 Subject: added --test to test essential app functions (more in future) during startup/gitlab Signed-off-by: Toni Uhlig --- src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 8634b01..8e2ee7d 100644 --- a/src/utils.h +++ b/src/utils.h @@ -74,6 +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); +int selftest_minimal_requirements(void); #endif -- cgit v1.2.3