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