X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=tests%2Fcommon%2Fcommon.h;h=c9f73497060e763b4c135a8ad3b95e02aeaec793;hp=9782a98e139022dbfc39a78880dd48c029451011;hb=3db647e327bbb4621f4d66f85678424471453703;hpb=c7ff0d28bf68533a74664e4f6a7ac0d946ac2893 diff --git a/tests/common/common.h b/tests/common/common.h index 9782a98..c9f7349 100644 --- a/tests/common/common.h +++ b/tests/common/common.h @@ -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);