mirror of
https://github.com/anope/anope.git
synced 2026-07-09 04:23:13 +02:00
Add padding to struct memo for non mysql builds to keep abi compat with mysql builds
This commit is contained in:
@@ -496,6 +496,8 @@ struct memo_ {
|
||||
ModuleData *moduleData; /* Module saved data attached to the Memo */
|
||||
#ifdef USE_MYSQL
|
||||
uint32 id; /* Database ID; see mysql.c */
|
||||
#else
|
||||
uint32 notused; /* ABI compat with no mysql */
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user