mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
Move all the prototypes to one place.
This commit is contained in:
parent
26a0ee75c6
commit
3fa96e6678
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81258
@ -25,15 +25,14 @@
|
||||
#include <sys/queue.h>
|
||||
|
||||
int list(const int);
|
||||
void mdmaybeload(void);
|
||||
int query(const int, const int);
|
||||
void usage(void);
|
||||
|
||||
struct md_ioctl mdio;
|
||||
|
||||
enum {UNSET, ATTACH, DETACH, LIST} action = UNSET;
|
||||
|
||||
void mdmaybeload(void);
|
||||
void usage(void);
|
||||
|
||||
void
|
||||
usage()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user