Files
sist2/src/parsing/text.h
2019-10-25 20:25:01 -04:00

9 lines
144 B
C

#ifndef SIST2_TEXT_H
#define SIST2_TEXT_H
#include "src/sist.h"
void parse_text(int bytes_read, int *fd, char *buf, document_t *doc);
#endif