chiark / gitweb /
logstats control command
[innduct.git] / innduct.h
index 78f06a8b762e5fc3ec51ea21f2d77f156b98ec3e..6802fd8ae9cbbdb56dcf0ff74041e05e031a89c0 100644 (file)
--- a/innduct.h
+++ b/innduct.h
@@ -433,6 +433,7 @@ void statemc_period_poll(void);
 void statemc_lock(void);
 void init_signals(void);
 void statemc_init(void);
+void showstats(void);
 
 #define SMS(newstate, periods, why) \
    (statemc_setstate(sm_##newstate,(periods),#newstate,(why)))