diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-17 23:49:45 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-17 23:49:45 +0000 |
| commit | a226da7d5b4aa11dc08784a3629af8ec78d9da63 (patch) | |
| tree | 7d10427f542313f5103800a1df0fcefb07f0d358 /release/sysinstall/sysinstall.h | |
| parent | a9195c0c7bd80a069604926f0fbaf7c997ee84dd (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 504875f37676..b2f57ef385b2 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.42.2.45 1995/11/06 08:28:12 jkh Exp $ + * $Id: sysinstall.h,v 1.42.2.46 1995/11/09 02:32:03 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -489,6 +489,7 @@ extern Boolean rootExtract(void); /* installFinal.c */ extern int configGated(char *unused); extern int configSamba(char *unused); +extern int configPCNFSD(char *unused); extern int configNFSServer(char *unused); /* label.c */ |
