Move all the prototypes to one place.

This commit is contained in:
Dima Dorfman 2001-08-07 19:27:46 +00:00
parent 26a0ee75c6
commit 3fa96e6678
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81258

View File

@ -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()
{