home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / W / WWIVSOR.ZIP / SHARE.H < prev    next >
C/C++ Source or Header  |  1995-04-25  |  792b  |  22 lines

  1. /*****************************************************************************
  2.  
  3.                 WWIV Version 4
  4.                     Copyright (C) 1988-1995 by Wayne Bell
  5.  
  6. Distribution of the source code for WWIV, in any form, modified or unmodified,
  7. without PRIOR, WRITTEN APPROVAL by the author, is expressly prohibited.
  8. Distribution of compiled versions of WWIV is limited to copies compiled BY
  9. THE AUTHOR.  Distribution of any copies of WWIV not compiled by the author
  10. is expressly prohibited.
  11.  
  12.  
  13. *****************************************************************************/
  14.  
  15.  
  16. extern int debuglevel;
  17. int sh_open(char *path, int file_access, unsigned mode);
  18. int sh_open1(char *path, int access);
  19. FILE *fsh_open(char *path, char *mode);
  20. int sh_close(int f);
  21. void fsh_close(FILE *f);
  22.