ifpps: Remove unused parameter to term_csv()
commit3eaa4aaaf698779f4a644c197dbeb872c58d6dd5
authorTobias Klauser <tklauser@distanz.ch>
Sat, 13 Jul 2013 14:09:13 +0000 (13 16:09 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Sat, 13 Jul 2013 14:13:47 +0000 (13 16:13 +0200)
treec272b5ff74bc22c17d2097934ed2115fd71280cf
parentbc1a4990f32c00d53a76aa0742358e094b564a8a
ifpps: Remove unused parameter to term_csv()

term_csv() doesn't use the ifname and ms_interval parameters, they're
only used in term_csv_header(). Thus remove them from term_csv().

This fixes a warning when compiling with -W/-Wunused-parameter.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ifpps.c