X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=tests%2Fcommon%2Fcommon.h;h=747684039abeb02bb99b843927d04e77fb06a250;hp=9f8fe2ba7e464d90ce6d5f389570a8b5aba20c77;hb=5cfea96b23b268bc93c6ffa5888c773031da7d67;hpb=799b3373ecfeebf790d71c6e5bf60b0845519b2d diff --git a/tests/common/common.h b/tests/common/common.h index 9f8fe2b..7476840 100644 --- a/tests/common/common.h +++ b/tests/common/common.h @@ -22,5 +22,22 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* config.c */ extern char *afstest_BuildTestConfig(void); extern void afstest_UnlinkTestConfig(char *); + +struct afsconf_dir; +extern int afstest_AddDESKeyFile(struct afsconf_dir *dir); + +/* servers.c */ + +extern int afstest_StartVLServer(char *dirname, pid_t *serverPid); +extern int afstest_StopServer(pid_t serverPid); + +/* ubik.c */ +struct ubik_client; +extern int afstest_GetUbikClient(struct afsconf_dir *dir, char *service, + int serviceId, + struct rx_securityClass *secClass, + int secIndex, + struct ubik_client **ubikClient);