Deleted Added
full compact
sade.h (8576) sade.h (8601)
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last attempt in the `sysinstall' line, the next
5 * generation being slated to essentially a complete rewrite.
6 *
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last attempt in the `sysinstall' line, the next
5 * generation being slated to essentially a complete rewrite.
6 *
7 * $Id: sysinstall.h,v 1.17 1995/05/16 11:37:25 jkh Exp $
7 * $Id: sysinstall.h,v 1.18 1995/05/17 14:39:56 jkh Exp $
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 258 unchanged lines hidden (view full) ---

274/* makedevs.c (auto-generated) */
275extern const char termcap_vt100[];
276extern const char termcap_cons25[];
277extern const char termcap_cons25_m[];
278extern const char termcap_cons25r[];
279extern const char termcap_cons25r_m[];
280extern const char termcap_cons25l1[];
281extern const char termcap_cons25l1_m[];
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 258 unchanged lines hidden (view full) ---

274/* makedevs.c (auto-generated) */
275extern const char termcap_vt100[];
276extern const char termcap_cons25[];
277extern const char termcap_cons25_m[];
278extern const char termcap_cons25r[];
279extern const char termcap_cons25r_m[];
280extern const char termcap_cons25l1[];
281extern const char termcap_cons25l1_m[];
282extern const u_char font_iso_8x14[];
283extern const u_char font_cp850_8x14[];
284extern const u_char font_koi8_r_8x14[];
285extern const u_char koi8_r2cp866[];
282extern const u_char font_iso_8x16[];
283extern const u_char font_cp850_8x16[];
284extern const u_char font_koi8_r_8x16[];
286
287/* media.c */
288extern int mediaSetCDROM(char *str);
289extern int mediaSetFloppy(char *str);
290extern int mediaSetDOS(char *str);
291extern int mediaSetTape(char *str);
292extern int mediaSetFTP(char *str);
293extern int mediaSetFS(char *str);

--- 79 unchanged lines hidden ---
285
286/* media.c */
287extern int mediaSetCDROM(char *str);
288extern int mediaSetFloppy(char *str);
289extern int mediaSetDOS(char *str);
290extern int mediaSetTape(char *str);
291extern int mediaSetFTP(char *str);
292extern int mediaSetFS(char *str);

--- 79 unchanged lines hidden ---