nfsHashP.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* nfsHashP.h - private nfs hash  header file */
  2. /* Copyright 1992-1996 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,15nov98,rjc  created.
  7. */
  8. #ifndef __INCnfsHashPh
  9. #define __INCnfsHashPh
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. #if defined(__STDC__) || defined(__cplusplus)
  14. extern void nfsHashTblSet (char *, int, u_long );
  15. extern void nfsHashTblUnset (char *, int);
  16. extern STATUS nfsFhLkup (NFS_FILE_HANDLE * ,  char *);
  17. extern int nfsNmLkupIns (int, char *);
  18. #else /* __STDC__ */
  19. extern void nfsHashTblSet ();
  20. extern void nfsHashTblUnset ();
  21. extern STATUS nfsFhLkup ();
  22. extern int nfsNmLkupIns ();
  23. #endif /* __STDC__ */
  24. #ifdef __cplusplus
  25. }
  26. #endif
  27. #endif /* __INCnfsHashPh */