[BACK]Return to interfaces.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/interfaces.h between version 1.1 and 1.2

version 1.1, 1999/11/18 16:29:01 version 1.2, 2002/01/03 03:49:16
Line 1 
Line 1 
 /*  /*
  * Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>   * Copyright (c) 1996, 1998-2001 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
Line 31 
Line 31 
  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *   *
  * $Sudo: interfaces.h,v 1.3 1999/07/31 16:19:46 millert Exp $   * $Sudo: interfaces.h,v 1.5 2001/12/14 19:54:56 millert Exp $
  */   */
   
 #ifndef _SUDO_INTERFACES_H  #ifndef _SUDO_INTERFACES_H
Line 49 
Line 49 
  * Prototypes for external functions.   * Prototypes for external functions.
  */   */
 void load_interfaces    __P((void));  void load_interfaces    __P((void));
   void dump_interfaces    __P((void));
   
 /*  /*
  * Definitions for external variables.   * Definitions for external variables.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2