aboutsummaryrefslogtreecommitdiff
path: root/src/network/lookup_serv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/lookup_serv.c')
-rw-r--r--src/network/lookup_serv.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/network/lookup_serv.c b/src/network/lookup_serv.c
index ae382778..e9fda897 100644
--- a/src/network/lookup_serv.c
+++ b/src/network/lookup_serv.c
@@ -112,3 +112,11 @@ int __lookup_serv(struct service buf[static MAXSERVS], const char *name, int pro
__fclose_ca(f);
return cnt > 0 ? cnt : EAI_SERVICE;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif