chiark / gitweb /
logstats control command
[innduct.git] / innduct.h
index 4ccae7a3e5e60cf33c3945ac982bba2f03a7d01d..6802fd8ae9cbbdb56dcf0ff74041e05e031a89c0 100644 (file)
--- a/innduct.h
+++ b/innduct.h
@@ -362,7 +362,7 @@ static inline int isewouldblock(int errnoval) {
     PRINTF(3,0);
 INNLOGSETS(INNLOGSET_DECLARE)
 
-/*----- innduct.c -----*/
+/*----- duct.c -----*/
 
 void postfork(void);
 void period(void);
@@ -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)))