Deleted Added
full compact
sysinstall.h (68385) sysinstall.h (70005)
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 * $FreeBSD: head/usr.sbin/sysinstall/sysinstall.h 68385 2000-11-06 09:28:54Z hosokawa $
7 * $FreeBSD: head/usr.sbin/sysinstall/sysinstall.h 70005 2000-12-14 02:49:02Z jkh $
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

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

682extern void msgWarn(char *fmt, ...);
683extern void msgDebug(char *fmt, ...);
684extern void msgError(char *fmt, ...);
685extern void msgFatal(char *fmt, ...);
686extern void msgConfirm(char *fmt, ...);
687extern void msgNotify(char *fmt, ...);
688extern void msgWeHaveOutput(char *fmt, ...);
689extern int msgYesNo(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

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

682extern void msgWarn(char *fmt, ...);
683extern void msgDebug(char *fmt, ...);
684extern void msgError(char *fmt, ...);
685extern void msgFatal(char *fmt, ...);
686extern void msgConfirm(char *fmt, ...);
687extern void msgNotify(char *fmt, ...);
688extern void msgWeHaveOutput(char *fmt, ...);
689extern int msgYesNo(char *fmt, ...);
690extern int msgNoYes(char *fmt, ...);
690extern char *msgGetInput(char *buf, char *fmt, ...);
691extern int msgSimpleConfirm(char *);
692extern int msgSimpleNotify(char *);
693
694/* network.c */
695extern Boolean mediaInitNetwork(Device *dev);
696extern void mediaShutdownNetwork(Device *dev);
697

--- 74 unchanged lines hidden ---
691extern char *msgGetInput(char *buf, char *fmt, ...);
692extern int msgSimpleConfirm(char *);
693extern int msgSimpleNotify(char *);
694
695/* network.c */
696extern Boolean mediaInitNetwork(Device *dev);
697extern void mediaShutdownNetwork(Device *dev);
698

--- 74 unchanged lines hidden ---