home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Developers / Library / Grant's CGI Framework / Grant's CGI Framework / grantscgi / Util / FileUtil.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-20  |  598 b   |  25 lines

  1. #pragma once
  2. /*****
  3.  *
  4.  *    FileUtil.h
  5.  *
  6.  *    This is a support file for "Grant's CGI Framework".
  7.  *    Please see the license agreement that accompanies the distribution package
  8.  *    for licensing details.
  9.  *
  10.  *    Copyright ©1995,1996 by Grant Neufeld
  11.  *    grant@acm.com
  12.  *    http://arpp.carleton.ca/cgi/framework/
  13.  *
  14.  *****/
  15.  
  16. /***  FUNCTION PROTOTYPES  ***/
  17.  
  18.         OSErr    FileReadBytes                ( short, long, long, char *, long * );
  19.  
  20. pascal OSErr    IsAliasFile                    ( const FSSpec *, Boolean *, Boolean * );
  21. pascal OSErr    ResolveAliasFileMountOption    ( FSSpec *, Boolean, Boolean *, Boolean *, Boolean );
  22.  
  23.  
  24. /***** EOF *****/
  25.