diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-13 17:55:32 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-13 17:55:32 +0000 |
| commit | 17c5409baf14f3628281a2455cf6015085e5aaa8 (patch) | |
| tree | 7bc725e7be0473eddb022d52ee1703416e4d5127 /release/sysinstall/sysinstall.h | |
| parent | 08e6881746b463b181beea4826aeefc61514d82c (diff) | |
Notes
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 f876f2722b11..4f60d633d128 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.132 1997/06/09 01:19:44 jkh Exp $ + * $Id: sysinstall.h,v 1.133 1997/06/13 14:21:21 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -652,6 +652,7 @@ extern void mediaShutdownNFS(Device *dev); extern int optionsEditor(dialogMenuItem *self); /* package.c */ +extern int packageAdd(dialogMenuItem *self); extern int package_add(char *name); extern int package_extract(Device *dev, char *name, Boolean depended); extern Boolean package_exists(char *name); |
