diff options
Diffstat (limited to 'overrides.h')
-rw-r--r-- | overrides.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/overrides.h b/overrides.h index cba4308..0d378af 100644 --- a/overrides.h +++ b/overrides.h @@ -21,9 +21,15 @@ struct core_override_fast_forward { const char *interval_value; }; +struct core_override_startup_msg { + const char *msg; + const unsigned msec; +}; + struct core_override { const char *core_name; const struct core_override_fast_forward *fast_forward; + const struct core_override_startup_msg *startup_msg; me_bind_action* actions; const size_t action_size; const struct core_override_option* options; |