diff options
Diffstat (limited to 'runtime/typedefs.h')
| -rw-r--r-- | runtime/typedefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/typedefs.h b/runtime/typedefs.h index ccae08b..5cc24e4 100644 --- a/runtime/typedefs.h +++ b/runtime/typedefs.h @@ -92,6 +92,8 @@ typedef struct cfgmodules_etry_s cfgmodules_etry_t; typedef struct outchannels_s outchannels_t; typedef struct modConfData_s modConfData_t; typedef struct instanceConf_s instanceConf_t; +typedef struct ratelimit_s ratelimit_t; +typedef struct action_s action_t; typedef int rs_size_t; /* we do never need more than 2Gig strings, signed permits to * use -1 as a special flag. */ typedef rsRetVal (*prsf_t)(struct vmstk_s*, int); /* pointer to a RainerScript function */ |
