mausezahn: Fix non-ANSI function declarations
commit62b58a361fccec935d7940fb7ab86508ccdceb00
authorTobias Klauser <tklauser@distanz.ch>
Wed, 3 Sep 2014 14:55:59 +0000 (3 16:55 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 3 Sep 2014 14:55:59 +0000 (3 16:55 +0200)
treece2b86398f9f9b96aea8c5268ab2e1db15bf8148
parent82042e7d91732ec0710c55358d86baafe24c4756
mausezahn: Fix non-ANSI function declarations

ANSI C doesn't allow empty parameter list, thus use void where
appropriate. This fixes the corresponding sparse warning.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
21 files changed:
staging/automops.c
staging/cdp.c
staging/cli.c
staging/cli.h
staging/dns.c
staging/layer1.c
staging/layer2.c
staging/layer3.c
staging/lookupdev.c
staging/mausezahn.c
staging/modifications.c
staging/mops.c
staging/mops.h
staging/mops_sequence.c
staging/mopsrx_arp.c
staging/mz.h
staging/rcv_rtp.c
staging/rtp.c
staging/send.c
staging/syslog.c
staging/time.c