Mercurial > libpst
comparison src/libpst.h @ 94:997cf1373f9e
fix base64 encoding that could create long lines
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 09 Sep 2008 11:11:56 -0700 |
parents | 631d02d30a1c |
children | 1fc33da23175 |
comparison
equal
deleted
inserted
replaced
93:cb14583c119a | 94:997cf1373f9e |
---|---|
535 struct pst_num_array *next; | 535 struct pst_num_array *next; |
536 } pst_num_array; | 536 } pst_num_array; |
537 | 537 |
538 | 538 |
539 typedef struct pst_holder { | 539 typedef struct pst_holder { |
540 char **buf; | 540 char **buf; |
541 FILE * fp; | 541 FILE *fp; |
542 int base64; | 542 int base64; |
543 char base64_extra_chars[3]; | |
544 uint32_t base64_extra; | |
545 } pst_holder; | 543 } pst_holder; |
546 | 544 |
547 | 545 |
548 typedef struct pst_subblock { | 546 typedef struct pst_subblock { |
549 char *buf; | 547 char *buf; |