Mark remaining classes const

This commit is contained in:
Christian Göttsche
2020-10-13 14:35:30 +02:00
committed by cgzones
parent 5cc20e7cb2
commit 7af06659e2
19 changed files with 30 additions and 34 deletions

View File

@ -11,10 +11,8 @@ in the source distribution for its full text.
#include "Meter.h"
extern int ZfsArcMeter_attributes[];
void ZfsArcMeter_readStats(Meter* this, ZfsArcStats* stats);
extern MeterClass ZfsArcMeter_class;
extern const MeterClass ZfsArcMeter_class;
#endif