diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-07-31 11:08:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-07-31 11:08:47 +0000 |
| commit | b6aad04900158c760fe31cec2750fed3bd9dd78a (patch) | |
| tree | b97c10c5eda517067266718333051a1cadfe3e04 /release/sysinstall/sysinstall.h | |
| parent | ad8eb2f9de22c8a65fe6c1e987c134bf6b79f334 (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 11e6fc5e4ac1..d190a2878868 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.137 1997/06/22 09:45:40 jkh Exp $ + * $Id: sysinstall.h,v 1.138 1997/07/16 05:22:42 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -556,6 +556,7 @@ extern int diskLabelCommit(dialogMenuItem *self); extern int lndir(char *from, char *to); /* makedevs.c (auto-generated) */ +extern const char termcap_ansi[]; extern const char termcap_vt100[]; extern const char termcap_cons25[]; extern const char termcap_cons25_m[]; |
