flattened this structure out
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%4053
This commit is contained in:
parent
3696dade01
commit
e0abed88d5
@ -73,8 +73,8 @@ typedef struct sp_plugin_s
|
||||
uint32_t memory; /* required memory */
|
||||
uint16_t flags; /* code flags */
|
||||
uint32_t allocflags; /* allocation flags */
|
||||
sp_plugin_infotab_t *info; /* base info table */
|
||||
sp_plugin_debug_t *debug; /* debug info table */
|
||||
sp_plugin_infotab_t info; /* base info table */
|
||||
sp_plugin_debug_t debug; /* debug info table */
|
||||
} sp_plugin_t;
|
||||
|
||||
struct sp_context_s;
|
||||
|
Loading…
Reference in New Issue
Block a user