summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-03-15 16:24:32 +0000
committerjkh <jkh@FreeBSD.org>1997-03-15 16:24:32 +0000
commit39ed7a969fc7a05aa15d05b83091d3f277f53140 (patch)
tree2da02985d2ffd20c7e958f40397958e13a6a86da /usr.sbin/sysinstall/sysinstall.h
parent9da6319149780cb1135a827ea90418f69def7eb6 (diff)
downloadFreeBSD-src-39ed7a969fc7a05aa15d05b83091d3f277f53140.zip
FreeBSD-src-39ed7a969fc7a05aa15d05b83091d3f277f53140.tar.gz
Increase the size of the email address field.
Requested-By: joerg
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 4b6f249..3e8abec 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/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.119 1997/03/08 11:06:43 jkh Exp $
+ * $Id: sysinstall.h,v 1.120 1997/03/09 22:25:48 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -644,6 +644,9 @@ extern int package_add(char *name);
extern int package_extract(Device *dev, char *name, Boolean depended);
extern Boolean package_exists(char *name);
+/* register.c */
+extern int registerOpenDialog(void);
+
/* system.c */
extern void systemInitialize(int argc, char **argv);
extern void systemShutdown(int status);
OpenPOWER on IntegriCloud