mirror of
https://github.com/simon987/sist2.git
synced 2025-12-12 23:18:51 +00:00
10 lines
133 B
C
10 lines
133 B
C
#ifndef SIST2_PDF_H
|
|
#define SIST2_PDF_H
|
|
|
|
#include "src/sist.h"
|
|
|
|
|
|
void parse_pdf(void *buf, size_t buf_len, document_t *doc);
|
|
|
|
#endif
|