diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-03 03:49:17 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-03 03:49:17 +0000 |
commit | a8c409b2b43635d095e5e8b5fd8fcd42fc4a539c (patch) | |
tree | 69468cedd38b3d8eb953e6fdfbdc23e8500f93cc /usr.bin/sudo/interfaces.h | |
parent | 2e8dc04dc3a4b4d1e0664c16b572efd2c74466e5 (diff) |
Update to sudo 1.6.4
Diffstat (limited to 'usr.bin/sudo/interfaces.h')
-rw-r--r-- | usr.bin/sudo/interfaces.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/sudo/interfaces.h b/usr.bin/sudo/interfaces.h index 2f57724faba..e04809e3e8f 100644 --- a/usr.bin/sudo/interfaces.h +++ b/usr.bin/sudo/interfaces.h @@ -1,5 +1,5 @@ /* - * 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. * * Redistribution and use in source and binary forms, with or without @@ -31,7 +31,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * 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 @@ -49,6 +49,7 @@ struct interface { * Prototypes for external functions. */ void load_interfaces __P((void)); +void dump_interfaces __P((void)); /* * Definitions for external variables. |