diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 7e198c9..a6b864b 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -885,7 +885,7 @@ int (*round_value_to_list32)(unsigned long value, void (*semaphore_release)(struct semaphore *s); #endif - const char *appsversion; + const char *rbversion; /* new stuff at the end, sort into place next time the API gets incompatible */ }; |