aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-06-17 20:31:16 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-06-17 20:31:16 +0200
commitb17a36a17abc0ec5e6466d0af4f33109d4ef169b (patch)
treebd862904d724b6220cfd559ce14a8869afa14853 /src/utils.h
parent7c38b9781f60e4a5ae46092783a71a132506a5aa (diff)
added --test to test essential app functions (more in future) during startup/gitlab
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
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