diff options
Diffstat (limited to 'src/python/swig/stats.i')
-rw-r--r-- | src/python/swig/stats.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/swig/stats.i b/src/python/swig/stats.i index d6b39c2cb..b7cd47157 100644 --- a/src/python/swig/stats.i +++ b/src/python/swig/stats.i @@ -48,6 +48,7 @@ void initMySQL(std::string host, std::string database, std::string user = "", void StatEvent(bool dump, bool reset, Tick when = curTick, Tick repeat = 0); +void check(); void dump(); void reset(); |