flattened this structure out

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%4053
This commit is contained in:
David Anderson 2006-08-02 17:30:12 +00:00
parent 3696dade01
commit e0abed88d5

View File

@ -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;