mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Remove a function prototype for `crc' and an associated comment which
were useless for at least seven years and eight months.
This commit is contained in:
parent
39d561b5a5
commit
47469b9f5c
2 changed files with 0 additions and 6 deletions
|
|
@ -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));
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue