Scrub up some function prototypes.

-Erik
This commit is contained in:
Eric Andersen
2001-10-18 04:11:39 +00:00
parent 8acbf1d307
commit 74400ccfd0
22 changed files with 95 additions and 114 deletions

View File

@ -81,7 +81,7 @@ static struct swap_header_v1 {
unsigned int badpages[1];
} *p;
static void init_signature_page()
static void init_signature_page(void)
{
pagesize = getpagesize();

View File

@ -59,7 +59,7 @@ static void swap_enable_disable(char *device)
perror_msg_and_die(applet_name);
}
static void do_em_all()
static void do_em_all(void)
{
struct mntent *m;
FILE *f = setmntent("/etc/fstab", "r");