aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
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