X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fafs%2FUKERNEL%2Fafs_usrops.h;h=1ca506ef433e232b0446e7367d5ce2bab6a7add1;hp=c3c8c205bf16b939d6b5201d1a5cedb17a857e7a;hb=38a80c33233852d47a124a26fe7428543df6a10f;hpb=0dbe0fba4f4249be11524f8e2d3a1e115591cd18 diff --git a/src/afs/UKERNEL/afs_usrops.h b/src/afs/UKERNEL/afs_usrops.h index c3c8c20..1ca506e 100644 --- a/src/afs/UKERNEL/afs_usrops.h +++ b/src/afs/UKERNEL/afs_usrops.h @@ -149,5 +149,6 @@ extern int uafs_statmountpoint_r(char *path); extern int uafs_statvfs(struct statvfs *buf); extern void uafs_Shutdown(void); extern void uafs_mount(void); +extern int uafs_fork(int wait, void* (*cbf) (void *), void *rock); #endif /* __AFS_USROPS_H__ */