diff options
Diffstat (limited to 'src/anvil/common.h')
-rw-r--r-- | src/anvil/common.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/anvil/common.h b/src/anvil/common.h new file mode 100644 index 0000000..f9a44bd --- /dev/null +++ b/src/anvil/common.h @@ -0,0 +1,10 @@ +#ifndef COMMON_H +#define COMMON_H + +#include "lib.h" + +extern struct connect_limit *connect_limit; +extern struct penalty *penalty; +extern bool anvil_restarted; + +#endif |