home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / gopher / gopher1.01 / gopherd / openers.h < prev    next >
C/C++ Source or Header  |  1992-04-08  |  319b  |  18 lines

  1. /*
  2.  * Declarations for openers.c routines.
  3.  */
  4.  
  5. /* restricted versions */
  6. extern    int    ropen();
  7. extern    FILE    *rfopen();
  8. extern    int    rstat();
  9. extern    DIR    *ropendir();
  10. extern    int    rchdir();
  11.  
  12. /* unrestricted versions */
  13. extern    int    uopen();
  14. extern    FILE    *ufopen();
  15. extern    int    ustat();
  16. extern    DIR    *uopendir();
  17. extern    int    uchdir();
  18.