mirror of
https://github.com/simon987/sist2.git
synced 2025-12-13 07:19:06 +00:00
Initial commit (squashed)
This commit is contained in:
8
src/parsing/text.h
Normal file
8
src/parsing/text.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user