home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / EXTRAS / UUCODE / UUPC / TEST / UPC12ES1.ZIP / LIB / export.h < prev    next >
Encoding:
Text File  |  1993-10-09  |  1.3 KB  |  30 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    e x p o r t . h                                                 */
  3. /*                                                                    */
  4. /*    Filename mapping prototype for UUPC/extended                    */
  5. /*--------------------------------------------------------------------*/
  6.  
  7. /*--------------------------------------------------------------------*/
  8. /*       Changes Copyright (c) 1989-1993 by Kendra Electronic         */
  9. /*       Wonderworks.                                                 */
  10. /*                                                                    */
  11. /*       All rights reserved except those explicitly granted by       */
  12. /*       the UUPC/extended license agreement.                         */
  13. /*--------------------------------------------------------------------*/
  14.  
  15. /*--------------------------------------------------------------------*/
  16. /*                          RCS Information                           */
  17. /*--------------------------------------------------------------------*/
  18.  
  19. /*
  20.  *    $Id: export.h 1.2 1993/10/09 15:48:20 rhg Exp $
  21.  *
  22.  *    Revision history:
  23.  *    $Log: export.h $
  24.  *     Revision 1.2  1993/10/09  15:48:20  rhg
  25.  *     ANSIfy the source
  26.  *
  27.  */
  28.  
  29. void exportpath(char *canon, const char *host, const char *remote);
  30.