improve list encode/decode
This commit is contained in:
parent
3a7ae150b8
commit
40006c00d2
3 changed files with 18 additions and 13 deletions
|
|
@ -25,7 +25,7 @@ typedef struct {
|
|||
int n_authors;
|
||||
char **authors;
|
||||
int n_chapters;
|
||||
chapter_t *chapters_;
|
||||
chapter_t **chapters_;
|
||||
publish_t *publish;
|
||||
nulldata_t *nulldata;
|
||||
int n_magic1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue