home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Connectivity / GateKeeper-2.1 / options.h < prev    next >
Encoding:
Text File  |  1996-11-19  |  1.2 KB  |  37 lines

  1. /*
  2.  * options.c - handles option processing for PPP.
  3.  *
  4.  * Copyright (c) 1989 Carnegie Mellon University.
  5.  * All rights reserved.
  6.  *
  7.  * Redistribution and use in source and binary forms are permitted
  8.  * provided that the above copyright notice and this paragraph are
  9.  * duplicated in all such forms and that any documentation,
  10.  * advertising materials, and other materials related to such
  11.  * distribution and use acknowledge that the software was developed
  12.  * by Carnegie Mellon University.  The name of the
  13.  * University may not be used to endorse or promote products derived
  14.  * from this software without specific prior written permission.
  15.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  16.  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  17.  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  18.  */
  19.  
  20. //#ifndef lint
  21. //char rcsid[] = "$Id: options.c,v 1.22 1995/06/30 01:52:24 paulus Exp $";
  22. //#endif
  23.  
  24. id oDelegate;                    // store a delegate with which we are working
  25. int setDelegate(id del);
  26.  
  27.  
  28. /*
  29.  * options_from_file - Read a string of options from a file,
  30.  * and interpret them.
  31.  */
  32. int options_from_file(const char *filename, int must_exist, int check_prot);
  33.  
  34. int readable(int fd);
  35.  
  36.  
  37.