Fix strict prototype warnings

This commit is contained in:
Patrick Griffis
2016-02-18 08:57:22 -05:00
parent 05385f2479
commit aab881fda2
16 changed files with 30 additions and 30 deletions

View File

@@ -1478,7 +1478,7 @@ static char * const pevt_discon_help[] = {
#include "textevents.h"
static void
pevent_load_defaults ()
pevent_load_defaults (void)
{
int i;
@@ -1495,7 +1495,7 @@ pevent_load_defaults ()
}
void
pevent_make_pntevts ()
pevent_make_pntevts (void)
{
int i, m;
char out[1024];
@@ -1637,7 +1637,7 @@ pevent_load (char *filename)
}
static void
pevent_check_all_loaded ()
pevent_check_all_loaded (void)
{
int i;