config: remove support for old FreeBSD releases
[openafs.git] / tests / common / common.h
index 9782a98..c9f7349 100644 (file)
@@ -50,3 +50,8 @@ extern int afstest_GetUbikClient(struct afsconf_dir *dir, char *service,
                                 struct rx_securityClass *secClass,
                                 int secIndex,
                                 struct ubik_client **ubikClient);
+
+/* network.c */
+extern int afstest_IsLoopbackNetworkDefault(void);
+extern int afstest_SkipTestsIfLoopbackNetIsDefault(void);
+extern void afstest_SkipTestsIfBadHostname(void);