home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / nsprpub / pr / include / md / _os2_errors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  4.9 KB  |  132 lines

  1. /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /*
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  * 
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  * 
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18.  
  19. #ifndef nspr_os2_errors_h___
  20. #define nspr_os2_errors_h___
  21.  
  22. #include "md/_os2.h"
  23. #include <assert.h>
  24. #include <nerrno.h>
  25.  
  26. PR_EXTERN(void) _MD_os2_map_opendir_error(PRInt32 err);
  27. #define    _PR_MD_MAP_OPENDIR_ERROR    _MD_os2_map_opendir_error
  28.  
  29. PR_EXTERN(void) _MD_os2_map_closedir_error(PRInt32 err);
  30. #define    _PR_MD_MAP_CLOSEDIR_ERROR    _MD_os2_map_closedir_error
  31.  
  32. PR_EXTERN(void) _MD_unix_readdir_error(PRInt32 err);
  33. #define    _PR_MD_MAP_READDIR_ERROR    _MD_unix_readdir_error
  34.  
  35. PR_EXTERN(void) _MD_os2_map_delete_error(PRInt32 err);
  36. #define    _PR_MD_MAP_DELETE_ERROR    _MD_os2_map_delete_error
  37.  
  38. PR_EXTERN(void) _MD_os2_map_stat_error(PRInt32 err);
  39. #define    _PR_MD_MAP_STAT_ERROR    _MD_os2_map_stat_error
  40.  
  41. PR_EXTERN(void) _MD_os2_map_fstat_error(PRInt32 err);
  42. #define    _PR_MD_MAP_FSTAT_ERROR    _MD_os2_map_fstat_error
  43.  
  44. PR_EXTERN(void) _MD_os2_map_rename_error(PRInt32 err);
  45. #define    _PR_MD_MAP_RENAME_ERROR    _MD_os2_map_rename_error
  46.  
  47. PR_EXTERN(void) _MD_os2_map_access_error(PRInt32 err);
  48. #define    _PR_MD_MAP_ACCESS_ERROR    _MD_os2_map_access_error
  49.  
  50. PR_EXTERN(void) _MD_os2_map_mkdir_error(PRInt32 err);
  51. #define    _PR_MD_MAP_MKDIR_ERROR    _MD_os2_map_mkdir_error
  52.  
  53. PR_EXTERN(void) _MD_os2_map_rmdir_error(PRInt32 err);
  54. #define    _PR_MD_MAP_RMDIR_ERROR    _MD_os2_map_rmdir_error
  55.  
  56. PR_EXTERN(void) _MD_os2_map_read_error(PRInt32 err);
  57. #define    _PR_MD_MAP_READ_ERROR    _MD_os2_map_read_error
  58.  
  59. PR_EXTERN(void) _MD_os2_map_transmitfile_error(PRInt32 err);
  60. #define    _PR_MD_MAP_TRANSMITFILE_ERROR    _MD_os2_map_transmitfile_error
  61.  
  62. PR_EXTERN(void) _MD_os2_map_write_error(PRInt32 err);
  63. #define    _PR_MD_MAP_WRITE_ERROR    _MD_os2_map_write_error
  64.  
  65. PR_EXTERN(void) _MD_os2_map_lseek_error(PRInt32 err);
  66. #define    _PR_MD_MAP_LSEEK_ERROR    _MD_os2_map_lseek_error
  67.  
  68. PR_EXTERN(void) _MD_os2_map_fsync_error(PRInt32 err);
  69. #define    _PR_MD_MAP_FSYNC_ERROR    _MD_os2_map_fsync_error
  70.  
  71. PR_EXTERN(void) _MD_os2_map_close_error(PRInt32 err);
  72. #define    _PR_MD_MAP_CLOSE_ERROR    _MD_os2_map_close_error
  73.  
  74. PR_EXTERN(void) _MD_os2_map_socket_error(PRInt32 err);
  75. #define    _PR_MD_MAP_SOCKET_ERROR    _MD_os2_map_socket_error
  76.  
  77. PR_EXTERN(void) _MD_os2_map_recv_error(PRInt32 err);
  78. #define    _PR_MD_MAP_RECV_ERROR    _MD_os2_map_recv_error
  79.  
  80. PR_EXTERN(void) _MD_os2_map_recvfrom_error(PRInt32 err);
  81. #define    _PR_MD_MAP_RECVFROM_ERROR    _MD_os2_map_recvfrom_error
  82.  
  83. PR_EXTERN(void) _MD_os2_map_send_error(PRInt32 err);
  84. #define    _PR_MD_MAP_SEND_ERROR    _MD_os2_map_send_error
  85.  
  86. PR_EXTERN(void) _MD_os2_map_sendto_error(PRInt32 err);
  87. #define    _PR_MD_MAP_SENDTO_ERROR    _MD_os2_map_sendto_error
  88.  
  89. PR_EXTERN(void) _MD_os2_map_accept_error(PRInt32 err);
  90. #define    _PR_MD_MAP_ACCEPT_ERROR    _MD_os2_map_accept_error
  91.  
  92. PR_EXTERN(void) _MD_os2_map_acceptex_error(PRInt32 err);
  93. #define    _PR_MD_MAP_ACCEPTEX_ERROR    _MD_os2_map_acceptex_error
  94.  
  95. PR_EXTERN(void) _MD_os2_map_connect_error(PRInt32 err);
  96. #define    _PR_MD_MAP_CONNECT_ERROR    _MD_os2_map_connect_error
  97.  
  98. PR_EXTERN(void) _MD_os2_map_bind_error(PRInt32 err);
  99. #define    _PR_MD_MAP_BIND_ERROR    _MD_os2_map_bind_error
  100.  
  101. PR_EXTERN(void) _MD_os2_map_listen_error(PRInt32 err);
  102. #define    _PR_MD_MAP_LISTEN_ERROR    _MD_os2_map_listen_error
  103.  
  104. PR_EXTERN(void) _MD_os2_map_shutdown_error(PRInt32 err);
  105. #define    _PR_MD_MAP_SHUTDOWN_ERROR    _MD_os2_map_shutdown_error
  106.  
  107. PR_EXTERN(void) _MD_os2_map_getsockname_error(PRInt32 err);
  108. #define    _PR_MD_MAP_GETSOCKNAME_ERROR    _MD_os2_map_getsockname_error
  109.  
  110. PR_EXTERN(void) _MD_os2_map_getpeername_error(PRInt32 err);
  111. #define    _PR_MD_MAP_GETPEERNAME_ERROR    _MD_os2_map_getpeername_error
  112.  
  113. PR_EXTERN(void) _MD_os2_map_getsockopt_error(PRInt32 err);
  114. #define    _PR_MD_MAP_GETSOCKOPT_ERROR    _MD_os2_map_getsockopt_error
  115.  
  116. PR_EXTERN(void) _MD_os2_map_setsockopt_error(PRInt32 err);
  117. #define    _PR_MD_MAP_SETSOCKOPT_ERROR    _MD_os2_map_setsockopt_error
  118.  
  119. PR_EXTERN(void) _MD_os2_map_open_error(PRInt32 err);
  120. #define    _PR_MD_MAP_OPEN_ERROR    _MD_os2_map_open_error
  121.  
  122. PR_EXTERN(void) _MD_os2_map_gethostname_error(PRInt32 err);
  123. #define    _PR_MD_MAP_GETHOSTNAME_ERROR    _MD_os2_map_gethostname_error
  124.  
  125. PR_EXTERN(void) _MD_os2_map_select_error(PRInt32 err);
  126. #define    _PR_MD_MAP_SELECT_ERROR    _MD_os2_map_select_error
  127.  
  128. PR_EXTERN(void) _MD_os2_map_lockf_error(int err);
  129. #define _PR_MD_MAP_LOCKF_ERROR  _MD_os2_map_lockf_error
  130.  
  131. #endif /* nspr_os2_errors_h___ */
  132.