home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / WIN98SP1 / IE401.SP2 / ieak4.cab / cgiutil.h < prev    next >
Text File  |  1999-03-17  |  457b  |  15 lines

  1. /******************************************************************************\
  2.  *
  3.  *    Copyright (C) 1996 Microsoft Corporation
  4.  *    All rights reserved.
  5.  *
  6.  ******************************************************************************
  7.  *
  8.  *    Module: CGIUtil.h
  9.  *
  10. \******************************************************************************/
  11.  
  12. // function prototype declarations
  13. int FetchVar ( char *key, char *ret ) ;
  14. int ParseCGI ( void ) ;
  15.