tests: Wait for server start in auth/superuser-t
[openafs.git] / tests / common / common.h
index 061f707..e1a407c 100644 (file)
@@ -40,7 +40,7 @@ extern struct rx_securityClass
 struct rx_call;
 extern int afstest_StartVLServer(char *dirname, pid_t *serverPid);
 extern int afstest_StopServer(pid_t serverPid);
-extern int afstest_StartTestRPCService(const char *, u_short, u_short,
+extern int afstest_StartTestRPCService(const char *, pid_t, u_short, u_short,
                                       afs_int32 (*proc)(struct rx_call *));
 
 /* ubik.c */