diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2003-03-09 02:28:04 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2003-03-09 02:28:04 +0000 |
| commit | 47469b9f5cdfe02fff4bf66868650f47ffe196dc (patch) | |
| tree | 69a38a67df7f14cf9fbccd227c73efd1d834efe8 /usr.sbin/sysinstall/sysinstall.h | |
| parent | 39d561b5a59d0ec2dfe2fd7b49cdaa80bf7a5715 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
| -rw-r--r-- | usr.sbin/sysinstall/sysinstall.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index d477f7151a32..d26ef8a0ab28 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -533,9 +533,6 @@ extern int configSecurityExtreme(dialogMenuItem *self); extern int configSecurityModerate(dialogMenuItem *self); extern int configEtcTtys(dialogMenuItem *self); -/* crc.c */ -extern int crc(int, unsigned long *, unsigned long *); - /* devices.c */ extern DMenu *deviceCreateMenu(DMenu *menu, DeviceType type, int (*hook)(dialogMenuItem *d), int (*check)(dialogMenuItem *d)); |
