home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / k95source / ckoslp.h < prev    next >
Text File  |  2020-01-01  |  472b  |  17 lines

  1. /* C K O S L P -- Kermit interface to the IBM SLIP driver */
  2.  
  3. /*
  4.   Authors:
  5.     Jeffrey E Altman (jaltman@secure-endpoints.com),
  6.       Secure Endpoints Inc., New York City, and
  7.     David Bolen (db3l@ans.net),
  8.       Advanced Networking and Services, Inc.
  9.  
  10.   Copyright (C) 1985, 2004, Trustees of Columbia University in the City of New
  11.   York.
  12. */
  13.  
  14. _PROTOTYP( APIRET SlipOpen, ( char * ) ) ;
  15. _PROTOTYP( APIRET PPPOpen, ( char * ) ) ;
  16. _PROTOTYP( void PPPSlipClose, (void) ) ;
  17.