diff options
author | jkh <jkh@FreeBSD.org> | 1996-11-04 17:42:22 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-11-04 17:42:22 +0000 |
commit | ee3ca8f901e7f7f0e29c72b4f991aebf4f9f6461 (patch) | |
tree | b436e9a1b52884f2565b559b77a722ab1fa0ddeb /release/sysinstall/sysinstall.h | |
parent | 681d5cbae48a5ea6f09d02077955a4d2bfdf85c7 (diff) | |
download | FreeBSD-src-ee3ca8f901e7f7f0e29c72b4f991aebf4f9f6461.zip FreeBSD-src-ee3ca8f901e7f7f0e29c72b4f991aebf4f9f6461.tar.gz |
Placate Joerg some more by making screen savers get a reasonable default
timeout.
2.2-RELEASE candidate, like all the work here in release/sysinstall.
Diffstat (limited to 'release/sysinstall/sysinstall.h')
-rw-r--r-- | release/sysinstall/sysinstall.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h index bd9af57..d50107f 100644 --- a/release/sysinstall/sysinstall.h +++ b/release/sysinstall/sysinstall.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: sysinstall.h,v 1.82 1996/10/14 21:32:33 jkh Exp $ + * $Id: sysinstall.h,v 1.83 1996/11/04 12:56:33 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -371,6 +371,7 @@ extern int configFstab(void); extern void configSysconfig(char *config); extern void configResolv(void); extern int configPackages(dialogMenuItem *self); +extern int configSaver(dialogMenuItem *self); extern int configSaverTimeout(dialogMenuItem *self); extern int configNTP(dialogMenuItem *self); extern int configXFree86(dialogMenuItem *self); |