view src/ext/kissfft/test/pstats.h @ 188:ec540b9b6ae5

Remove unused member variable
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 15 Sep 2016 09:41:22 +0100
parents 5ed6e970541b
children
line wrap: on
line source
#ifndef PSTATS_H
#define PSTATS_H

void pstats_init(void);
void pstats_report(void);
 
#endif