Deleted Added
full compact
sysinstall.h (8208) sysinstall.h (8262)
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.3 1995/04/29 19:33:05 jkh Exp $
7 * $Id: sysinstall.h,v 1.4 1995/05/01 21:56:30 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

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

177 int *curr, int *max);
178extern void items_free(char **list, int *curr, int *max);
179
180/* termcap.c */
181extern int set_termcap(void);
182
183/* msg.c */
184extern void msgInfo(char *fmt, ...);
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

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

177 int *curr, int *max);
178extern void items_free(char **list, int *curr, int *max);
179
180/* termcap.c */
181extern int set_termcap(void);
182
183/* msg.c */
184extern void msgInfo(char *fmt, ...);
185extern void msgYap(char *fmt, ...);
185extern void msgWarn(char *fmt, ...);
186extern void msgError(char *fmt, ...);
187extern void msgFatal(char *fmt, ...);
188extern void msgConfirm(char *fmt, ...);
189extern int msgYesNo(char *fmt, ...);
186extern void msgWarn(char *fmt, ...);
187extern void msgError(char *fmt, ...);
188extern void msgFatal(char *fmt, ...);
189extern void msgConfirm(char *fmt, ...);
190extern int msgYesNo(char *fmt, ...);
191extern char *msgGetInput(char *buf, char *fmt, ...);
190
191/* media.c */
192extern int mediaSetCDROM(char *str);
193extern int mediaSetFloppy(char *str);
194extern int mediaSetDOS(char *str);
195extern int mediaSetTape(char *str);
196extern int mediaSetFTP(char *str);
197extern int mediaSetFS(char *str);
198
199/* devices.c */
200extern Device *device_get_all(DeviceType type, int *ndevs);
192
193/* media.c */
194extern int mediaSetCDROM(char *str);
195extern int mediaSetFloppy(char *str);
196extern int mediaSetDOS(char *str);
197extern int mediaSetTape(char *str);
198extern int mediaSetFTP(char *str);
199extern int mediaSetFS(char *str);
200
201/* devices.c */
202extern Device *device_get_all(DeviceType type, int *ndevs);
201extern int device_slice_disk(char *disk);
203extern struct disk *device_slice_disk(char *disk);
204extern DMenu *device_create_disk_menu(DMenu *menu, Device **rdevs,
205 int (*func)());
202
203/* variables.c */
204extern void variable_set(char *var);
205extern void variable_set2(char *name, char *value);
206
207#endif
208/* _SYSINSTALL_H_INCLUDE */
206
207/* variables.c */
208extern void variable_set(char *var);
209extern void variable_set2(char *name, char *value);
210
211#endif
212/* _SYSINSTALL_H_INCLUDE */