mirror of
https://github.com/simon987/libscan.git
synced 2025-04-06 04:42:59 +00:00
doc -> ooxml
This commit is contained in:
parent
6106b87cba
commit
a027bcb9eb
@ -94,7 +94,7 @@ static int read_part(scan_ooxml_ctx_t *ctx, struct archive *a, text_buffer_t *bu
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void parse_doc(scan_ooxml_ctx_t *ctx, vfile_t *f, document_t *doc) {
|
void parse_ooxml(scan_ooxml_ctx_t *ctx, vfile_t *f, document_t *doc) {
|
||||||
|
|
||||||
size_t buf_len;
|
size_t buf_len;
|
||||||
void * buf = read_all(f, &buf_len);
|
void * buf = read_all(f, &buf_len);
|
||||||
|
@ -11,6 +11,6 @@ typedef struct {
|
|||||||
store_callback_t store;
|
store_callback_t store;
|
||||||
} scan_ooxml_ctx_t;
|
} scan_ooxml_ctx_t;
|
||||||
|
|
||||||
void parse_doc(scan_ooxml_ctx_t *ctx, vfile_t *f, document_t *doc);
|
void parse_ooxml(scan_ooxml_ctx_t *ctx, vfile_t *f, document_t *doc);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user